summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 16:06:02 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 16:06:02 +0200
commit05b2d979e8097d648f91c773f2535a1f6013cb79 (patch)
treef804f407bef4fe2241a5f1fa7b447cfd23893613 /system.h
parent71b7fb380be6da75bcef1ad68ceea249717158aa (diff)
downloadrpm-05b2d979e8097d648f91c773f2535a1f6013cb79.tar.gz
rpm-05b2d979e8097d648f91c773f2535a1f6013cb79.tar.bz2
rpm-05b2d979e8097d648f91c773f2535a1f6013cb79.zip
Move <stdio.h> includes out of system.h to the places that need it
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 0 insertions, 2 deletions
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 <stdio.h>
-
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif