diff options
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -143,10 +143,6 @@ typedef char * security_context_t; typedef void * cap_t; #endif -#if HAVE_MCHECK_H -#include <mcheck.h> -#endif /* HAVE_MCHECK_H */ - #include "rpmio/rpmutil.h" /* compatibility macros to avoid a mass-renaming all over the codebase */ #define xmalloc(_size) rmalloc((_size)) |