summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 12:36:37 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 12:36:37 +0200
commite10e807ce9b6f252450404e57093aeaa023150a5 (patch)
tree82a09ea1fdaea45734289340027e8c4cb8ef2c49 /system.h
parent2c6120755c44dc68605e33f6f84aa9896af55d28 (diff)
downloadrpm-e10e807ce9b6f252450404e57093aeaa023150a5.tar.gz
rpm-e10e807ce9b6f252450404e57093aeaa023150a5.tar.bz2
rpm-e10e807ce9b6f252450404e57093aeaa023150a5.zip
Move <mcheck.h> include out of system.h to the couple of places that care
- only two real users inside rpm - remove mcheck foo from rpminject and rpmsort, we're not interested...
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/system.h b/system.h
index 67dbaea52..6ca5e1f0f 100644
--- a/system.h
+++ b/system.h
@@ -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))