diff options
author | Michael Vogt <egon@bottom> | 2007-06-08 23:37:27 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2007-06-08 23:37:27 +0200 |
commit | d22bcfc4b0b2d0056126a1c690f778b1c3ddaf17 (patch) | |
tree | 76ad73c7e8a5692e8a04d66d0e9c97a88560180c /ftparchive/cachedb.cc | |
parent | 859110cdec2f211beb45305134d095fd8926d552 (diff) | |
parent | cce08fb5aca7dd01706cecea845b183dc62b1717 (diff) |
* Removed the more leftover #pragma interface/implementation
closes: #306937 (thanks to Andreas Henriksson for the patch)
Diffstat (limited to 'ftparchive/cachedb.cc')
-rw-r--r-- | ftparchive/cachedb.cc | 4 |
1 files changed, 0 insertions, 4 deletions
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> |