]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/md5.cc
* make apt build with g++ 4.3
[apt.git] / apt-pkg / contrib / md5.cc
index fded5c86452a838394915177b601e465a8486a97..a095f8f0fbebf2ba71da0d0d3c0380c9d755e1d6 100644 (file)
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/md5.h"
-#endif
-
 #include <apt-pkg/md5.h>
 #include <apt-pkg/strutl.h>
 
@@ -48,6 +44,7 @@
 #include <inttypes.h>
 #include <config.h>
 #include <system.h>
+
                                                                        /*}}}*/
 
 // byteSwap - Swap bytes in a buffer                                   /*{{{*/