summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 16:01:46 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 16:01:46 +0200
commit71b7fb380be6da75bcef1ad68ceea249717158aa (patch)
tree08b2a96c0b2100a3647add6aaefa453f9370dd0b /system.h
parent8fe27d49e175412623045bea8d629690be187d6f (diff)
downloadlibrpm-tizen-71b7fb380be6da75bcef1ad68ceea249717158aa.tar.gz
librpm-tizen-71b7fb380be6da75bcef1ad68ceea249717158aa.tar.bz2
librpm-tizen-71b7fb380be6da75bcef1ad68ceea249717158aa.zip
Lose <sys/types.h> and <sys/stat.h> includes from system.h
- these seem to be already included where needed through rpm's public header needs
Diffstat (limited to 'system.h')
-rw-r--r--system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/system.h b/system.h
index 1526446d2..f7cb77558 100644
--- a/system.h
+++ b/system.h
@@ -9,9 +9,6 @@
#include "config.h"
#endif
-#include <sys/types.h>
-
-#include <sys/stat.h>
#include <stdio.h>
#ifdef HAVE_SYS_PARAM_H