Browse Source

[1179] removed some unused includes

Jelte Jansen 13 years ago
parent
commit
9b4326dc09

+ 0 - 3
src/lib/python/isc/datasrc/client_python.cc

@@ -20,9 +20,6 @@
 // http://docs.python.org/py3k/extending/extending.html#a-simple-example
 #include <Python.h>
 
-#include <string>
-#include <stdexcept>
-
 #include <util/python/pycppwrapper_util.h>
 
 #include <datasrc/client.h>

+ 0 - 3
src/lib/python/isc/datasrc/finder_python.cc

@@ -20,9 +20,6 @@
 // http://docs.python.org/py3k/extending/extending.html#a-simple-example
 #include <Python.h>
 
-#include <string>
-#include <stdexcept>
-
 #include <util/python/pycppwrapper_util.h>
 
 #include <datasrc/client.h>

+ 0 - 3
src/lib/python/isc/datasrc/iterator_python.cc

@@ -20,9 +20,6 @@
 // http://docs.python.org/py3k/extending/extending.html#a-simple-example
 #include <Python.h>
 
-#include <string>
-#include <stdexcept>
-
 #include <util/python/pycppwrapper_util.h>
 
 #include <datasrc/client.h>

+ 0 - 3
src/lib/python/isc/datasrc/updater_python.cc

@@ -20,9 +20,6 @@
 // http://docs.python.org/py3k/extending/extending.html#a-simple-example
 #include <Python.h>
 
-#include <string>
-#include <stdexcept>
-
 #include <util/python/pycppwrapper_util.h>
 
 #include <datasrc/client.h>