From b6d4af872f9be4b0e0ddcc21da66f5d382c439bd Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 30 Aug 2018 03:03:19 -0400 Subject: [PATCH] move libdivide.h to third_party/libdivide.h --- malloc.c | 2 +- libdivide.h => third_party/libdivide.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libdivide.h => third_party/libdivide.h (100%) diff --git a/malloc.c b/malloc.c index 2ced091..ed7f138 100644 --- a/malloc.c +++ b/malloc.c @@ -11,7 +11,7 @@ #include -#include "libdivide.h" +#include "third_party/libdivide.h" #include "malloc.h" #include "memory.h" diff --git a/libdivide.h b/third_party/libdivide.h similarity index 100% rename from libdivide.h rename to third_party/libdivide.h