diff options
Diffstat (limited to 'file/src/debug.h')
-rw-r--r-- | file/src/debug.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/file/src/debug.h b/file/src/debug.h deleted file mode 100644 index 19376c043..000000000 --- a/file/src/debug.h +++ /dev/null @@ -1,13 +0,0 @@ -/** - * To be included after all other includes. - */ -#ifndef H_DEBUG -#define H_DEBUG - -#include <assert.h> - -#ifdef DMALLOC -#include <dmalloc.h> -#endif - -#endif /* H_DEBUG */ |