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 /apt-pkg/contrib/hashes.cc | |
parent | 686d0fad160a51d8833a9429ec3a68de6f13c2d5 (diff) | |
parent | cce08fb5aca7dd01706cecea845b183dc62b1717 (diff) |
* merged the remaining bits from the apt--no-pragma branch
Diffstat (limited to 'apt-pkg/contrib/hashes.cc')
-rw-r--r-- | apt-pkg/contrib/hashes.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apt-pkg/contrib/hashes.cc b/apt-pkg/contrib/hashes.cc index 9b22a90d3..b725e9418 100644 --- a/apt-pkg/contrib/hashes.cc +++ b/apt-pkg/contrib/hashes.cc @@ -11,10 +11,6 @@ ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ -#ifdef __GNUG__ -#pragma implementation "apt-pkg/hashes.h" -#endif - #include <apt-pkg/hashes.h> #include <unistd.h> |