]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
HP-UX fixes
[apt.git] / apt-pkg / pkgcache.cc
index 5cf54b9aa257796f8c319bfaee3e96fc1cac363e..37a9c3aabf54b926f3b7cd1ed9b28cb213dfa084 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: pkgcache.cc,v 1.30 1999/12/05 05:37:45 jgg Exp $
+// $Id: pkgcache.cc,v 1.31 1999/12/10 23:40:29 jgg Exp $
 /* ######################################################################
    
    Package Cache - Accessor code for the cache
 #include <apt-pkg/version.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/strutl.h>
-#include <system.h>
 
 #include <string>
 #include <sys/stat.h>
 #include <unistd.h>
+
+#include <system.h>
+
                                                                        /*}}}*/
 
 // Cache::Header::Header - Constructor                                 /*{{{*/