summaryrefslogtreecommitdiff
path: root/src/export.cc
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-30 04:26:05 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-30 04:26:05 (GMT)
commit191dc4857c852f1867e80cd9d03a6d1c0921dcb1 (patch)
tree4a6421d50eb6cf70924fc0ba06afccf10df00650 /src/export.cc
parent6940d171812565209efe679a5d923417c3f47d4a (diff)
header file reorg
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/export.cc')
-rw-r--r--src/export.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/export.cc b/src/export.cc
index cdfbef6..9bb5816 100644
--- a/src/export.cc
+++ b/src/export.cc
@@ -18,15 +18,15 @@
*
*/
-#define INCLUDE_ABSTRACT_NODE_DETAILS
-
-#include "openscad.h"
#include "printutils.h"
#include "MainWindow.h"
+#include "dxfdata.h"
#include <QApplication>
+#include <QProgressDialog>
#ifdef ENABLE_CGAL
+#include "cgal.h"
void export_stl(CGAL_Nef_polyhedron *root_N, QString filename, QProgressDialog *pd)
{
contact: Jan Huwald // Impressum