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/apt-ftparchive.cc | |
parent | ca17f356866363d22d3263201f22cb0c45a46623 (diff) |
* remove all the remaining #pragma implementation
Diffstat (limited to 'ftparchive/apt-ftparchive.cc')
-rw-r--r-- | ftparchive/apt-ftparchive.cc | 4 |
1 files changed, 0 insertions, 4 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> |