summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
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: