]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/error.cc
* cmdline/apt-get.cc:
[apt.git] / apt-pkg / contrib / error.cc
index 5fe9bdfce6bccbc1dc1d3fe618bc2f24d7710d08..db8c53c36042342bf515405d9e0a668906b064ba 100644 (file)
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/error.h"
-#endif 
-
 #include <apt-pkg/error.h>
 
 #include <iostream>
 #include <errno.h>
 #include <stdio.h>
-#include <string>
 #include <stdarg.h>
 #include <unistd.h>
 
+#include <string>
+#include <cstring>
+
 #include "config.h"
                                                                        /*}}}*/