]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgsystem.cc
wrap the mmap actions in the CacheGenerator in their own methods to
[apt.git] / apt-pkg / pkgsystem.cc
index 86174a44fcc684782cc6640ecea95896832f3fd0..6dd2d3ee4df348eab8e2e05c3f3d5beff22126be 100644 (file)
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/pkgsystem.h"
-#endif
-
 #include <apt-pkg/pkgsystem.h>
 #include <apt-pkg/policy.h>
 #include <cassert>
+#include <cstring>
                                                                        /*}}}*/
 
 pkgSystem *_system = 0;