diff options
Diffstat (limited to 'Build/source/texk/xdvik/alloc-debug.h')
-rw-r--r-- | Build/source/texk/xdvik/alloc-debug.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/xdvik/alloc-debug.h b/Build/source/texk/xdvik/alloc-debug.h index 0ef270cff11..f729ce82fa1 100644 --- a/Build/source/texk/xdvik/alloc-debug.h +++ b/Build/source/texk/xdvik/alloc-debug.h @@ -1,10 +1,9 @@ -#include <stdio.h> -#include <stdlib.h> -#include "xdvi-config.h" /* for xmalloc etc. */ - #ifndef ALLOC_DEBUG_H__ #define ALLOC_DEBUG_H__ +#include <stdio.h> +#include <stdlib.h> + /* * Simplistic macros to help finding `hot spots'/bugs in memory handling. |