summaryrefslogtreecommitdiffstats
path: root/src/ui/maindialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/maindialog.h')
-rw-r--r--src/ui/maindialog.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ui/maindialog.h b/src/ui/maindialog.h
index cb26426..32c0e1d 100644
--- a/src/ui/maindialog.h
+++ b/src/ui/maindialog.h
@@ -25,13 +25,8 @@
#include "app/pausemanager.h"
-#include <boost/filesystem.hpp>
-#include <boost/algorithm/string.hpp>
-
#include <vector>
-namespace fs = boost::filesystem;
-
class CEventQueue;
class CSoundInterface;
@@ -265,7 +260,7 @@ protected:
SceneInfo m_sceneInfo[MAXSCENE];
- std::vector<fs::path> m_saveList;
+ std::vector<std::string> m_saveList;
};
} // namespace Ui