remove more unused imports, including boost headers

0.6.1
Bret Curtis 8 years ago
parent 39185e6f8c
commit d97aa9152b

@ -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…
Cancel
Save