]> git.saurik.com Git - apt.git/blobdiff - test/libapt/globalerror_test.cc
cleanup headers and especially #includes everywhere
[apt.git] / test / libapt / globalerror_test.cc
index 742fa53bdc40ae1f4a1e8b082239ce4bee4b12bf..e913fdc12246a17a74031212bd3bdbaaf496f426 100644 (file)
@@ -1,10 +1,14 @@
+#include <config.h>
+
 #include <apt-pkg/error.h>
 
-#include "assert.h"
+#include <stddef.h>
 #include <string>
 #include <errno.h>
 #include <string.h>
 
+#include "assert.h"
+
 int main()
 {
        std::string const textOfErrnoZero(strerror(0));