remove more unused imports, including boost headers

This commit is contained in:
Bret Curtis 2017-05-06 13:23:44 +02:00
parent 39185e6f8c
commit d97aa9152b
3 changed files with 0 additions and 8 deletions

View file

@ -1,7 +1,5 @@
#include "idcompletionmanager.hpp"
#include <boost/make_shared.hpp>
#include <QCompleter>
#include "../../view/widget/completerpopup.hpp"

View file

@ -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

View file

@ -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 {