]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-utils.cc
remove no longer needed apt.7 page
[apt.git] / apt-private / private-utils.cc
index 813f193294d051e7c9f2e5fce079707943baa9d3..9547a1b75843da004534c2f968930c7f23448e42 100644 (file)
@@ -1,9 +1,12 @@
-#include <cstdlib>
+#include <config.h>
 
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/fileutl.h>
-#include "private-utils.h"
 
+#include <apt-private/private-utils.h>
+
+#include <cstdlib>
+#include <unistd.h>
 
 // DisplayFileInPager - Display File with pager                                /*{{{*/
 void DisplayFileInPager(std::string filename)
@@ -26,7 +29,6 @@ void DisplayFileInPager(std::string filename)
    ExecWait(Process, "sensible-pager", false);
 }
                                                                        /*}}}*/
-
 // EditFileInSensibleEditor - Edit File with editor                            /*{{{*/
 void EditFileInSensibleEditor(std::string filename)
 {