Browse Source

[1245] remove #include <config.h>

Jelte Jansen 13 years ago
parent
commit
aa5fd84d43
2 changed files with 0 additions and 5 deletions
  1. 0 2
      src/lib/dns/python/pydnspp.cc
  2. 0 3
      src/lib/dns/python/pydnspp_common.cc

+ 0 - 2
src/lib/dns/python/pydnspp.cc

@@ -27,8 +27,6 @@
 #include <Python.h>
 #include <structmember.h>
 
-#include <config.h>
-
 #include "pydnspp_common.h"
 /* Note that we do forward declarations of the initialization functions here,
  * and these are not defined in headers (since they are not to be used in any

+ 0 - 3
src/lib/dns/python/pydnspp_common.cc

@@ -15,9 +15,6 @@
 #include <Python.h>
 #include <pydnspp_common.h>
 
-
-#include <config.h>
-
 #include <exceptions/exceptions.h>
 
 #include <util/buffer.h>