summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/javadeps.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/javadeps.c b/tools/javadeps.c
index d4474f3e9..d1dcb8b81 100644
--- a/tools/javadeps.c
+++ b/tools/javadeps.c
@@ -50,21 +50,8 @@ marc@redhat.com and ewt@redhat.com.
*/
-#include "system.h"
-
-/*
- these includes are for my use, rpm will use #include "system.h"*
-*/
-
-/*
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-#include <netinet/in.h>
-*/
-
-#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <netdb.h>