diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-01 03:11:29 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-01 03:11:29 (GMT) |
commit | 76f0b1119f1be174ce7adbb1458d2d9a3fa30d22 (patch) | |
tree | 0c30a8720e8fd56a6a051ec3a2d2d3f61307b7e1 /src/projection.cc | |
parent | 17eb94bf67ae55fb3f649d99790593907b7820b0 (diff) |
bugfix: In MDI mode, the parser must know which file it compiles, not just the contents, for inluded files to be found. Made the parser Qt-dependant - oh well...
git-svn-id: http://svn.clifford.at/openscad/trunk@395 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/projection.cc')
-rw-r--r-- | src/projection.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/projection.cc b/src/projection.cc index ba8c520..3f67d21 100644 --- a/src/projection.cc +++ b/src/projection.cc @@ -26,8 +26,6 @@ #include "dxfdata.h" #include "dxftess.h" #include "polyset.h" -#include "export.h" -#include "openscad.h" // get_fragments_from_r() #include <sys/types.h> #include <sys/stat.h> |