]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/strutl.cc
cleanup headers and especially #includes everywhere
[apt.git] / apt-pkg / contrib / strutl.cc
index 61fcc6a7d79095f46254a542f0b971915621001f..2100ee47b3c84dcc8efe313724b12a312239f7ee 100644 (file)
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/error.h>
 
+#include <stddef.h>
+#include <stdlib.h>
+#include <time.h>
+#include <string>
+#include <vector>
 #include <ctype.h>
 #include <string.h>
 #include <sstream>
@@ -33,9 +38,9 @@
 #include <iconv.h>
 
 #include <apti18n.h>
-
-using namespace std;
                                                                        /*}}}*/
+using namespace std;
+
 // Strip - Remove white space from the front and back of a string       /*{{{*/
 // ---------------------------------------------------------------------
 namespace APT {