summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2008-06-23 12:21:49 +0200
committerSamuel Rødal <sroedal@trolltech.com>2008-06-23 12:21:49 +0200
commit883d04cc23cc7e6e4ec4cf1febc6dcd02cd90041 (patch)
treec337eaea5650689ec72933316d63383333d2d6c9 /main.cpp
parentf940e3207433b19f06c52646a5c29bed46c11d4d (diff)
Some more simplifications.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.cpp b/main.cpp
index e71e334..9ac5558 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,8 +1,7 @@
-#include <QtGui>
-#include <QtOpenGL>
-
#include "graphicsscene.h"
+#include <QtOpenGL>
+
int main(int argc, char **argv)
{
QApplication app(argc, argv);