From: Michael Vogt Date: Fri, 8 Jun 2007 23:43:44 +0000 (+0200) Subject: * merged the remaining bits from the apt--no-pragma branch X-Git-Tag: 0.7.21~277^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/fb2894d268d4821e0dd4f2b803ff2043b1ec3162?hp=--cc * merged the remaining bits from the apt--no-pragma branch --- fb2894d268d4821e0dd4f2b803ff2043b1ec3162 diff --cc apt-pkg/deb/debrecords.cc index 2aa47e343,6ecbd15d6..8a5b6e215 --- a/apt-pkg/deb/debrecords.cc +++ b/apt-pkg/deb/debrecords.cc @@@ -8,13 -8,8 +8,10 @@@ ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ - #ifdef __GNUG__ - #pragma implementation "apt-pkg/debrecords.h" - #endif #include +#include #include +#include /*}}}*/ // RecordParser::debRecordParser - Constructor /*{{{*/ diff --cc apt-pkg/indexfile.cc index bb2210bf6,63f692c1d..ca11fc111 --- a/apt-pkg/indexfile.cc +++ b/apt-pkg/indexfile.cc @@@ -8,15 -8,8 +8,11 @@@ ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ - #ifdef __GNUG__ - #pragma implementation "apt-pkg/indexfile.h" - #endif - +#include #include #include + +#include /*}}}*/ // Global list of Item supported