]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/aptconfiguration.cc
cleanup headers and especially #includes everywhere
[apt.git] / apt-pkg / aptconfiguration.cc
index 4c609c603891d32cc1b782e0b9e56f0f7fe87c3e..941a9c3348e3ab7b3ddef66ea48d9ed7123ab51d 100644 (file)
 #include <apt-pkg/macros.h>
 #include <apt-pkg/strutl.h>
 
-#include <sys/types.h>
 #include <dirent.h>
 #include <stdio.h>
 #include <fcntl.h>
-
+#include <ctype.h>
+#include <stddef.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
 #include <algorithm>
 #include <string>
 #include <vector>
+
+#include <apti18n.h>
                                                                        /*}}}*/
 namespace APT {
 // getCompressionTypes - Return Vector of usable compressiontypes      /*{{{*/