diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-08 23:35:53 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-08 23:35:53 +0200 |
commit | cce08fb5aca7dd01706cecea845b183dc62b1717 (patch) | |
tree | 7ac508deb46a88ad76750fbcbdd8093a9f42cc8e /ftparchive | |
parent | ca17f356866363d22d3263201f22cb0c45a46623 (diff) |
* remove all the remaining #pragma implementation
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 0e2be8a00..d514ea16e 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> |