diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-06 03:07:58 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-06 03:07:58 (GMT) |
commit | 02112071d4772adfe36ada87c586439065f9382e (patch) | |
tree | 24c4b174e2e8e3aaa90d1aa0eb76429c52c75799 /src | |
parent | bb0ec94290733835df0716531c30460fc5b5210a (diff) |
Removed unused Qt include
Diffstat (limited to 'src')
-rw-r--r-- | src/linearextrude.cc | 2 | ||||
-rw-r--r-- | src/rotateextrude.cc | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/linearextrude.cc b/src/linearextrude.cc index bc11629..775eeb0 100644 --- a/src/linearextrude.cc +++ b/src/linearextrude.cc @@ -38,8 +38,6 @@ #include <boost/assign/std/vector.hpp> using namespace boost::assign; // bring 'operator+=()' into scope -#include <QFileInfo> - class LinearExtrudeModule : public AbstractModule { public: diff --git a/src/rotateextrude.cc b/src/rotateextrude.cc index 4e2db9e..0da30ce 100644 --- a/src/rotateextrude.cc +++ b/src/rotateextrude.cc @@ -38,8 +38,6 @@ #include <boost/assign/std/vector.hpp> using namespace boost::assign; // bring 'operator+=()' into scope -#include <QFileInfo> - class RotateExtrudeModule : public AbstractModule { public: |