summaryrefslogtreecommitdiff
path: root/apt-pkg/indexfile.cc
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2007-06-08 23:37:27 +0200
committerMichael Vogt <egon@bottom>2007-06-08 23:37:27 +0200
commitd22bcfc4b0b2d0056126a1c690f778b1c3ddaf17 (patch)
tree76ad73c7e8a5692e8a04d66d0e9c97a88560180c /apt-pkg/indexfile.cc
parent859110cdec2f211beb45305134d095fd8926d552 (diff)
parentcce08fb5aca7dd01706cecea845b183dc62b1717 (diff)
* Removed the more leftover #pragma interface/implementation
closes: #306937 (thanks to Andreas Henriksson for the patch)
Diffstat (limited to 'apt-pkg/indexfile.cc')
-rw-r--r--apt-pkg/indexfile.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/apt-pkg/indexfile.cc b/apt-pkg/indexfile.cc
index bb2210bf6..ca11fc111 100644
--- a/apt-pkg/indexfile.cc
+++ b/apt-pkg/indexfile.cc
@@ -8,10 +8,6 @@
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/indexfile.h"
-#endif
-
#include <apt-pkg/configuration.h>
#include <apt-pkg/indexfile.h>
#include <apt-pkg/error.h>