diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/openscad/files/patch-src_colormap.h | 14 | ||||
-rw-r--r-- | cad/openscad/files/patch-src_scintillaeditor.h | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/cad/openscad/files/patch-src_colormap.h b/cad/openscad/files/patch-src_colormap.h deleted file mode 100644 index 7acadcfad624..000000000000 --- a/cad/openscad/files/patch-src_colormap.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/colormap.h.orig 2015-03-05 16:25:10 UTC -+++ src/colormap.h -@@ -5,9 +5,11 @@ - #include <list> - #include "linalg.h" - -+#ifndef Q_MOC_RUN - #include <boost/shared_ptr.hpp> - #include <boost/filesystem.hpp> - #include <boost/property_tree/ptree.hpp> -+#endif - - namespace fs = boost::filesystem; - diff --git a/cad/openscad/files/patch-src_scintillaeditor.h b/cad/openscad/files/patch-src_scintillaeditor.h deleted file mode 100644 index 871562905778..000000000000 --- a/cad/openscad/files/patch-src_scintillaeditor.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/scintillaeditor.h.orig 2015-03-05 20:25:13 UTC -+++ src/scintillaeditor.h -@@ -11,9 +11,11 @@ - #include "scadlexer.h" - #include "parsersettings.h" - -+#ifndef Q_MOC_RUN - #include <boost/shared_ptr.hpp> - #include <boost/property_tree/ptree.hpp> - #include <boost/property_tree/json_parser.hpp> -+#endif - - class EditorColorScheme - { |