diff options
Diffstat (limited to 'lib/test.c')
-rw-r--r-- | lib/test.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/test.c b/lib/test.c index 7b0ceafc0..dd2cec708 100644 --- a/lib/test.c +++ b/lib/test.c @@ -1,7 +1,4 @@ -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <string.h> +#include "system.h" #include "header.h" #include "rpmlib.h" |