cleanup headers and especially #includes everywhere
[ntk/apt.git] / test / libapt / globalerror_test.cc
index 742fa53..e913fdc 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));