X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fmalloc.h;h=8509f6f8999004713b99da90483a6e8ece6d2481;hb=f2f8875638593bd5365cfd6a5ba7c9578e52322f;hp=1fb531f42ca0bd4cb9802ec9f08a6ff2ad04ba17;hpb=787ccae300cef13f0dabd4d6b0633b90d783dbc5;p=pintos-anon diff --git a/src/threads/malloc.h b/src/threads/malloc.h index 1fb531f..8509f6f 100644 --- a/src/threads/malloc.h +++ b/src/threads/malloc.h @@ -1,7 +1,7 @@ #ifndef HEADER_MALLOC_H #define HEADER_MALLOC_H -#include "debug.h" +#include #include void malloc_init (void);