diff --git a/rpmio/rpmmalloc.c b/rpmio/rpmmalloc.c index 6c640c858..68aa246c5 100644 --- a/rpmio/rpmmalloc.c +++ b/rpmio/rpmmalloc.c @@ -6,6 +6,7 @@ #include #include +#include #include "debug.h" diff --git a/rpmio/rpmsq.c b/rpmio/rpmsq.c index 3d0563be6..95f5aaa1c 100644 --- a/rpmio/rpmsq.c +++ b/rpmio/rpmsq.c @@ -9,6 +9,7 @@ #include #include #include +#include #if defined(HAVE_PTHREAD_H) diff --git a/rpmio/rpmstring.c b/rpmio/rpmstring.c index 68543ce34..82e330501 100644 --- a/rpmio/rpmstring.c +++ b/rpmio/rpmstring.c @@ -5,6 +5,7 @@ #include "system.h" #include +#include #include #include "debug.h" diff --git a/system.h b/system.h index f7cb77558..ac18e16fa 100644 --- a/system.h +++ b/system.h @@ -9,8 +9,6 @@ #include "config.h" #endif -#include - #ifdef HAVE_SYS_PARAM_H #include #endif diff --git a/tools/javadeps.c b/tools/javadeps.c index d4474f3e9..d1dcb8b81 100644 --- a/tools/javadeps.c +++ b/tools/javadeps.c @@ -50,20 +50,7 @@ marc@redhat.com and ewt@redhat.com. */ -#include "system.h" - -/* - these includes are for my use, rpm will use #include "system.h"* -*/ - -/* #include -#include -#include -#include -#include -*/ - #include #include #include