forked from mirror/openmw-tes3mp
remove more unused imports, including boost headers
This commit is contained in:
parent
39185e6f8c
commit
d97aa9152b
3 changed files with 0 additions and 8 deletions
|
@ -1,7 +1,5 @@
|
|||
#include "idcompletionmanager.hpp"
|
||||
|
||||
#include <boost/make_shared.hpp>
|
||||
|
||||
#include <QCompleter>
|
||||
|
||||
#include "../../view/widget/completerpopup.hpp"
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
#include "MyGUI_TextureUtility.h"
|
||||
#include "MyGUI_FactoryManager.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/make_shared.hpp>
|
||||
|
||||
#include <components/misc/utf8stream.hpp>
|
||||
|
||||
namespace MWGui
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
#include <boost/make_shared.hpp>
|
||||
|
||||
#include <MyGUI_LanguageManager.h>
|
||||
|
||||
|
@ -15,7 +14,6 @@
|
|||
#include "../mwbase/environment.hpp"
|
||||
#include "../mwbase/windowmanager.hpp"
|
||||
|
||||
#include "../mwdialogue/journalentry.hpp"
|
||||
#include "../mwdialogue/keywordsearch.hpp"
|
||||
|
||||
namespace MWGui {
|
||||
|
|
Loading…
Reference in a new issue