diff options
Diffstat (limited to 'graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp')
-rw-r--r-- | graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp b/graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp deleted file mode 100644 index 68b6c5b3bee4..000000000000 --- a/graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- cpp/bugworkarounds/pyGLDeleteTextures/pyGLDeleteTextures.cpp.orig Tue Feb 20 16:39:18 2007 -+++ cpp/bugworkarounds/pyGLDeleteTextures.cpp Tue Feb 20 16:38:58 2007 -@@ -8,13 +8,14 @@ - #ifndef PYGLDELETETEXTURES_CPP__ - #define PYGLDELETETEXTURES_CPP__ - -+#include <boost/python.hpp> -+using namespace boost::python; -+ - #include <PlatformSpecific/IncludeGL.h> - - #include <Util/Array.h> - - --#include <boost/python.hpp> --using namespace boost::python; - - - |