From 59e144904551274571ecb68177bc1e2457904105 Mon Sep 17 00:00:00 2001 From: Lukáš Lalinský Date: Thu, 9 Jul 2009 12:32:11 +0200 Subject: Unnecessary includes --- src/mainwindow.cpp | 4 ---- 1 file changed, 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 #include #include #include @@ -25,7 +24,6 @@ #include #include #include -#include #include #include #include @@ -44,8 +42,6 @@ #include "export/exporter.h" #include "export/exporterlist.h" -using namespace std; - class MainWindow::MainWindowPrivate { public: -- cgit v1.2.3-54-g00ecf