* apt-pkg/cacheset.cc:
[ntk/apt.git] / apt-pkg / cacheset.cc
similarity index 99%
rename from cmdline/cacheset.cc
rename to apt-pkg/cacheset.cc
index 0b099f4..df7e99f 100644 (file)
 // Include Files                                                       /*{{{*/
 #include <apt-pkg/aptconfiguration.h>
 #include <apt-pkg/cachefilter.h>
+#include <apt-pkg/cacheset.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/strutl.h>
 #include <apt-pkg/versionmatch.h>
 
 #include <apti18n.h>
 
-#include "cacheset.h"
-
 #include <vector>
 
 #include <regex.h>