diff options
author | Daniel Spangberg <daniels@kemi.uu.se> | 2013-05-15 18:09:13 (GMT) |
---|---|---|
committer | Daniel Spangberg <daniels@kemi.uu.se> | 2013-05-15 18:09:13 (GMT) |
commit | e8635a69ce079f76f0d4b58281affbb8d36bf1b7 (patch) | |
tree | 46485c14c3e8d892708a695b00be11cbc129d672 /include/compression/warnmalloc.h | |
parent | 68018a795477825bb1e4b6d10902891cf9577ed9 (diff) |
Cleanup: Remove old remains of autoconf in the compression code.
Diffstat (limited to 'include/compression/warnmalloc.h')
-rw-r--r-- | include/compression/warnmalloc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/compression/warnmalloc.h b/include/compression/warnmalloc.h index c2eb28d..4db41b2 100644 --- a/include/compression/warnmalloc.h +++ b/include/compression/warnmalloc.h @@ -14,10 +14,6 @@ #ifndef WARNMALLOC_H #define WARNMALLOC_H -#if HAVE_CONFIG_H -#include <config.h> -#endif - #include "tng_compress.h" void DECLSPECDLLEXPORT *Ptngc_warnmalloc_x(size_t size, char *file, int line); |