aboutsummaryrefslogtreecommitdiff
path: root/gui/themebrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/themebrowser.cpp')
-rw-r--r--gui/themebrowser.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/gui/themebrowser.cpp b/gui/themebrowser.cpp
index 75fe5404c4..cc2a96d733 100644
--- a/gui/themebrowser.cpp
+++ b/gui/themebrowser.cpp
@@ -22,7 +22,6 @@
* $Id$
*/
-#include "common/stdafx.h"
#include "gui/themebrowser.h"
#include "gui/ListWidget.h"
#include "gui/widget.h"
@@ -89,7 +88,7 @@ void ThemeBrowser::handleCommand(CommandSender *sender, uint32 cmd, uint32 data)
void ThemeBrowser::updateListing() {
_themes.clear();
-
+
// classic is always build in
Entry th;
th.name = "Classic (Builtin)";
@@ -164,7 +163,7 @@ void ThemeBrowser::addDir(ThList &list, const Common::String &dir, int level) {
break;
}
}
-
+
if (add)
list.push_back(th);
}