]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-dump-solver.cc
cleanup headers and especially #includes everywhere
[apt.git] / cmdline / apt-dump-solver.cc
index aa16b127149f74fe2114e720aa23d3520498c9ea..04e13bde902decdb722e6f7826853fd1c38e3ed5 100644 (file)
@@ -9,16 +9,18 @@
 // Include Files                                                       /*{{{*/
 #include <apt-pkg/edsp.h>
 
-#include <config.h>
-
+#include <string.h>
+#include <unistd.h>
 #include <cstdio>
 #include <iostream>
+
+#include <config.h>
                                                                        /*}}}*/
 
 // ShowHelp - Show a help screen                                       /*{{{*/
 // ---------------------------------------------------------------------
 /* */
-bool ShowHelp() {
+static bool ShowHelp() {
 
        std::cout <<
                PACKAGE " " PACKAGE_VERSION " for " COMMON_ARCH " compiled on " __DATE__ " " __TIME__ << std::endl <<