cleanup headers and especially #includes everywhere
[ntk/apt.git] / apt-pkg / contrib / cmndline.cc
index ed58000..3799c82 100644 (file)
 #include <apt-pkg/error.h>
 #include <apt-pkg/strutl.h>
 
+#include <stddef.h>
+#include <stdlib.h>
+#include <string.h>
+#include <string>
+
 #include <apti18n.h>
                                                                        /*}}}*/
 using namespace std;