mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 22:15:35 +00:00
Remove unneeded dependencies
This commit is contained in:
parent
5fca37d0c8
commit
418aeb65f1
3 changed files with 0 additions and 4 deletions
|
@ -5,8 +5,6 @@
|
|||
#include <algorithm>
|
||||
#include <sstream>
|
||||
|
||||
#include <QMutexLocker>
|
||||
|
||||
#include "intsetting.hpp"
|
||||
#include "doublesetting.hpp"
|
||||
#include "boolsetting.hpp"
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#include "../../model/prefs/setting.hpp"
|
||||
#include "../../model/prefs/category.hpp"
|
||||
#include "../../model/prefs/state.hpp"
|
||||
|
||||
namespace CSVPrefs
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue