diff options
Diffstat (limited to 'graphics/gsculpt/files/patch-cpp-Product-pyGSProduct.cpp')
-rw-r--r-- | graphics/gsculpt/files/patch-cpp-Product-pyGSProduct.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/graphics/gsculpt/files/patch-cpp-Product-pyGSProduct.cpp b/graphics/gsculpt/files/patch-cpp-Product-pyGSProduct.cpp deleted file mode 100644 index b3521e026745..000000000000 --- a/graphics/gsculpt/files/patch-cpp-Product-pyGSProduct.cpp +++ /dev/null @@ -1,17 +0,0 @@ ---- cpp/Product/pyGSProduct.cpp.orig Tue Feb 20 16:24:38 2007 -+++ cpp/Product/pyGSProduct.cpp Tue Feb 20 16:24:49 2007 -@@ -8,11 +8,12 @@ - #ifndef PYGSPRODUCT_CPP__ - #define PYGSPRODUCT_CPP__ - -+#include <boost/python.hpp> -+using namespace boost::python; -+ - #include <Product/GSProduct.h> - - --#include <boost/python.hpp> --using namespace boost::python; - - - |