]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cdrom.cc
cacheset: Prefer the depcache over the policy again
[apt.git] / apt-pkg / cdrom.cc
index 463225963f73106535aca02761c06272fc7cfeb4..dea4a88c3f6b5465e6d6d1d5854095a6222783c1 100644 (file)
 #include <iostream>
 #include <string>
 #include <vector>
-#include <sstream>
-#include <fstream>
 #include <sys/stat.h>
 #include <dirent.h>
 #include <unistd.h>
 #include <stdio.h>
 #include <algorithm>
 #include <dlfcn.h>
+#include <iostream>
+#include <sstream>
+#include <fstream>
 
 #include<apti18n.h>