]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Clean up header includes in tools
authorMichael Schroeder <mls@suse.de>
Thu, 23 Feb 2017 16:57:52 +0000 (17:57 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 23 Feb 2017 16:57:52 +0000 (17:57 +0100)
13 files changed:
tools/appdata2solv.c
tools/archrepo2solv.c
tools/common_write.c
tools/comps2solv.c
tools/deltainfoxml2solv.c
tools/helix2solv.c
tools/mdk2solv.c
tools/mergesolv.c
tools/repomdxml2solv.c
tools/rpmdb2solv.c
tools/rpmmd2solv.c
tools/susetags2solv.c
tools/updateinfoxml2solv.c

index a8753a1fc8736c052b290998e1fcfa70cd40071c..ce6c98c157bc7a335a86abdb9f7ac0dd2d82249a 100644 (file)
@@ -15,8 +15,6 @@
  */
 
 #include <sys/types.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 6dcb0764f43ce41b0a08d9cbc353db72ad66610a..5f8eade1176568f5ec6754554f9249ad6a447f57 100644 (file)
  */
 
 #include <sys/types.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <getopt.h>
+#include <unistd.h>
 
 #include "pool.h"
 #include "repo.h"
index 1336b3f4e1665cc0127ba22e550f2d8b69db98a3..e20f64f279f1c5804b03c3fd5d5e1ccfc3678810 100644 (file)
@@ -6,8 +6,6 @@
  */
 
 #include <sys/types.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 73854d2e5b882d4bebbd4c4fa719ae690bb5167e..cdbcf7464d425c174af971287fbf048b87083db1 100644 (file)
@@ -15,8 +15,6 @@
  */
 
 #include <sys/types.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 41616bab93836b78943ef8e44ce68c023942f652..7d6348f053cfa79d82cc621a96690e706593557b 100644 (file)
@@ -6,8 +6,6 @@
  */
 
 #include <sys/types.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index d893fb122a1fbbdfe150e808b70859b993efb652..04c6b485ced6b87ab2d52a410a857831c0cf448e 100644 (file)
@@ -15,8 +15,6 @@
  */
 
 #include <sys/types.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index dcf9d6fc04a6fbc9e58b8e90799cc175b9ba8ed8..bd77fb7f5745017226f7dff0ac6bef39f1e32df7 100644 (file)
  */
 
 #include <sys/types.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <getopt.h>
+#include <unistd.h>
 
 #include "pool.h"
 #include "repo.h"
index 6719c8c607a457487d3019159d0eb16d0f92c362..ae6e163a0fc2d20bb32dee5c387a7fedfd7000ac 100644 (file)
@@ -12,8 +12,6 @@
 
 #include <sys/types.h>
 #include <unistd.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index f32c35d863073d077982476ee9ec12f4aedfdc84..e3159def366d4ede150a54f347f89576ef18c80e 100644 (file)
@@ -6,8 +6,6 @@
  */
 
 #include <sys/types.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 99c488029cebda925b34fffd60c8a410b5666b3e..aa978d85c7b11e4a63b6720ae2d72362dfe1cfd4 100644 (file)
@@ -15,8 +15,6 @@
  */
 
 #include <sys/types.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 2816b7fa8671cc291520ddf80521a5086f19fab0..437c83dfcb229ad88d5377d72f491aef5cd37052 100644 (file)
@@ -8,8 +8,6 @@
 #define _GNU_SOURCE
 
 #include <sys/types.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 53cd5cfd5faf959da01af37cf87a9de4c7d46f87..19278dbf780151ced82192e5fc67c516fb0bacfa 100644 (file)
@@ -8,13 +8,11 @@
 #define _GNU_SOURCE
 
 #include <sys/types.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <dirent.h>
-#include <getopt.h>
+#include <unistd.h>
 
 #include "pool.h"
 #include "repo.h"
index 5432150025b55ebea3249257d59b298fc4d06f1b..6a97b0d07d90b46d29856e1a73433b528488dc8b 100644 (file)
@@ -6,8 +6,6 @@
  */
 
 #include <sys/types.h>
-#include <limits.h>
-#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>