diff options
Diffstat (limited to 'utils/themeeditor/main.cpp')
| -rw-r--r-- | utils/themeeditor/main.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/themeeditor/main.cpp b/utils/themeeditor/main.cpp index 78df187..5dc52a0 100644 --- a/utils/themeeditor/main.cpp +++ b/utils/themeeditor/main.cpp @@ -19,18 +19,10 @@ * ****************************************************************************/ -#include "skin_parser.h" -#include "skin_debug.h" #include "editorwindow.h" -#include <cstdlib> -#include <cstdio> -#include <iostream> - #include <QtGui/QApplication> -#include "parsetreemodel.h" - int main(int argc, char* argv[]) { QApplication app(argc, argv); |