diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-09 01:43:44 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-09 01:43:44 +0200 |
commit | fb2894d268d4821e0dd4f2b803ff2043b1ec3162 (patch) | |
tree | 7f7309510879a2fbaa90b7a38ce4d688a75d00ec /ftparchive | |
parent | 686d0fad160a51d8833a9429ec3a68de6f13c2d5 (diff) | |
parent | cce08fb5aca7dd01706cecea845b183dc62b1717 (diff) |
* merged the remaining bits from the apt--no-pragma branch
Diffstat (limited to 'ftparchive')
-rw-r--r-- | ftparchive/apt-ftparchive.cc | 4 | ||||
-rw-r--r-- | ftparchive/cachedb.cc | 4 | ||||
-rw-r--r-- | ftparchive/multicompress.cc | 4 | ||||
-rw-r--r-- | ftparchive/override.cc | 4 | ||||
-rw-r--r-- | ftparchive/writer.cc | 4 |
5 files changed, 0 insertions, 20 deletions
diff --git a/ftparchive/apt-ftparchive.cc b/ftparchive/apt-ftparchive.cc index 4fbea13e1..290326ec3 100644 --- a/ftparchive/apt-ftparchive.cc +++ b/ftparchive/apt-ftparchive.cc @@ -10,10 +10,6 @@ ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ -#ifdef __GNUG__ -#pragma implementation "apt-ftparchive.h" -#endif - #include "apt-ftparchive.h" #include <apt-pkg/error.h> diff --git a/ftparchive/cachedb.cc b/ftparchive/cachedb.cc index 8a4ca0236..8de3a0b9e 100644 --- a/ftparchive/cachedb.cc +++ b/ftparchive/cachedb.cc @@ -10,10 +10,6 @@ ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ -#ifdef __GNUG__ -#pragma implementation "cachedb.h" -#endif - #include "cachedb.h" #include <apti18n.h> diff --git a/ftparchive/multicompress.cc b/ftparchive/multicompress.cc index a3512c787..935c98877 100644 --- a/ftparchive/multicompress.cc +++ b/ftparchive/multicompress.cc @@ -14,10 +14,6 @@ ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ -#ifdef __GNUG__ -#pragma implementation "multicompress.h" -#endif - #include "multicompress.h" #include <apti18n.h> diff --git a/ftparchive/override.cc b/ftparchive/override.cc index b8b94843f..6f40bc865 100644 --- a/ftparchive/override.cc +++ b/ftparchive/override.cc @@ -10,10 +10,6 @@ ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ -#ifdef __GNUG__ -#pragma implementation "override.h" -#endif - #include "override.h" #include <apti18n.h> diff --git a/ftparchive/writer.cc b/ftparchive/writer.cc index ea242d6af..59107e02b 100644 --- a/ftparchive/writer.cc +++ b/ftparchive/writer.cc @@ -11,10 +11,6 @@ ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ -#ifdef __GNUG__ -#pragma implementation "writer.h" -#endif - #include "writer.h" #include <apti18n.h> |