move libdivide.h to third_party/libdivide.h
parent
99fcddc223
commit
b6d4af872f
2
malloc.c
2
malloc.c
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
|
||||||
#include "libdivide.h"
|
#include "third_party/libdivide.h"
|
||||||
|
|
||||||
#include "malloc.h"
|
#include "malloc.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
|
Loading…
Reference in New Issue