cleanup headers and especially #includes everywhere
[ntk/apt.git] / apt-pkg / contrib / cdromutl.cc
index 20210ec..096d3bc 100644 (file)
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/strutl.h>
 
-#include <sys/wait.h>
+#include <stdlib.h>
+#include <string.h>
+#include <iostream>
+#include <string>
 #include <sys/statvfs.h>
 #include <dirent.h>
 #include <fcntl.h>