diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 12:36:37 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 12:36:37 +0200 |
commit | e10e807ce9b6f252450404e57093aeaa023150a5 (patch) | |
tree | 82a09ea1fdaea45734289340027e8c4cb8ef2c49 /system.h | |
parent | 2c6120755c44dc68605e33f6f84aa9896af55d28 (diff) | |
download | librpm-tizen-e10e807ce9b6f252450404e57093aeaa023150a5.tar.gz librpm-tizen-e10e807ce9b6f252450404e57093aeaa023150a5.tar.bz2 librpm-tizen-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.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)) |