1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 15:15:37 +00:00

Remove unneeded dependencies

This commit is contained in:
PlutonicOverkill 2017-05-07 16:58:15 +12:00
parent 5fca37d0c8
commit 418aeb65f1
3 changed files with 0 additions and 4 deletions

View file

@ -5,8 +5,6 @@
#include <algorithm>
#include <sstream>
#include <QMutexLocker>
#include "intsetting.hpp"
#include "doublesetting.hpp"
#include "boolsetting.hpp"

View file

@ -10,7 +10,6 @@
#include "../../model/prefs/setting.hpp"
#include "../../model/prefs/category.hpp"
#include "../../model/prefs/state.hpp"
namespace CSVPrefs
{

View file

@ -6,7 +6,6 @@
#include "../../model/prefs/setting.hpp"
#include "../../model/prefs/category.hpp"
#include "../../model/prefs/state.hpp"
CSVPrefs::Page::Page (CSMPrefs::Category& category, QWidget *parent)
: PageBase (category, parent)