diff options
author | Lukáš Lalinský <lalinsky@gmail.com> | 2009-07-09 12:32:11 +0200 |
---|---|---|
committer | Lukáš Lalinský <lalinsky@gmail.com> | 2009-07-09 12:32:11 +0200 |
commit | 59e144904551274571ecb68177bc1e2457904105 (patch) | |
tree | 7609f57529b7067ea0f2616d5b9a8322b36bae31 /src | |
parent | 0cbb3e0afd86c3b7ec04b1cbd71d4edaa5d80f30 (diff) | |
download | dbmodel-59e144904551274571ecb68177bc1e2457904105.tar.xz |
Unnecessary includes
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 7ba9cac..cd29586 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -14,7 +14,6 @@ // with this program; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -#include <cmath> #include <QApplication> #include <QByteArray> #include <QCloseEvent> @@ -25,7 +24,6 @@ #include <QFileDialog> #include <QIcon> #include <QImage> -#include <QSvgGenerator> #include <QSettings> #include <QPrinter> #include <QMessageBox> @@ -44,8 +42,6 @@ #include "export/exporter.h" #include "export/exporterlist.h" -using namespace std; - class MainWindow::MainWindowPrivate { public: |