diff options
Diffstat (limited to 'math/qtiplot/files/patch-qtiplot__src__plot3D__Cone3D.cpp')
-rw-r--r-- | math/qtiplot/files/patch-qtiplot__src__plot3D__Cone3D.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/math/qtiplot/files/patch-qtiplot__src__plot3D__Cone3D.cpp b/math/qtiplot/files/patch-qtiplot__src__plot3D__Cone3D.cpp deleted file mode 100644 index daaf3f4404a1..000000000000 --- a/math/qtiplot/files/patch-qtiplot__src__plot3D__Cone3D.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- ./qtiplot/src/plot3D/Cone3D.cpp.orig 2010-09-27 07:12:48.000000000 +0000 -+++ ./qtiplot/src/plot3D/Cone3D.cpp 2012-04-16 21:30:38.879058155 +0000 -@@ -31,6 +31,7 @@ - #include "qwt3d_plot.h" - #include <qwt3d_curve.h> - #include "Cone3D.h" -+#include "GL/glu.h" - - using namespace Qwt3D; - |