Removed non-essential includes from all MWGui header files.

actorid
Britt Mathis 12 years ago
parent f7383905b7
commit 6128b9276f

@ -5,12 +5,12 @@
#include "../mwmechanics/alchemy.hpp"
#include "windowbase.hpp"
#include "container.hpp"
#include "widgets.hpp"
namespace MWGui
{
class AlchemyWindow : public WindowBase, public ContainerBase
{
public:

@ -1,13 +1,9 @@
#ifndef CHARACTER_CREATION_HPP
#define CHARACTER_CREATION_HPP
#include "../mwworld/esmstore.hpp"
#include "../mwbase/world.hpp"
#include "../mwbase/windowmanager.hpp"
#include "../mwmechanics/stat.hpp"
namespace MWGui
{
class WindowBase;

@ -1,13 +1,10 @@
#ifndef MGUI_CONTAINER_H
#define MGUI_CONTAINER_H
#include "../mwworld/esmstore.hpp"
#include "windowbase.hpp"
#include "referenceinterface.hpp"
#include "../mwclass/container.hpp"
#include "../mwworld/ptr.hpp"
#include "../mwworld/containerstore.hpp"

@ -3,7 +3,6 @@
#include <MyGUI_IPointer.h>
#include <MyGUI_ResourceImageSet.h>
#include <MyGUI_RTTI.h>
namespace MWGui
{

@ -3,9 +3,6 @@
#include "windowbase.hpp"
#include "referenceinterface.hpp"
#include <boost/array.hpp>
#include "../mwworld/ptr.hpp"
namespace MWGui
{

@ -1,5 +1,6 @@
#ifndef MWGUI_DIALOGE_HISTORY_H
#define MWGUI_DIALOGE_HISTORY_H
#include <openengine/gui/layout.hpp>
namespace MWGui

@ -1,8 +1,6 @@
#ifndef MWGUI_ENCHANTINGDIALOG_H
#define MWGUI_ENCHANTINGDIALOG_H
#include "windowbase.hpp"
#include "referenceinterface.hpp"
#include "spellcreationdialog.hpp"
#include "../mwbase/windowmanager.hpp"

@ -1,7 +1,5 @@
#include "mapwindow.hpp"
#include <openengine/gui/layout.hpp>
#include "../mwmechanics/stat.hpp"
#include "../mwworld/ptr.hpp"

@ -1,7 +1,5 @@
#include "container.hpp"
#include "../mwworld/ptr.hpp"
namespace MWGui
{

@ -1,10 +1,7 @@
#ifndef MWGUI_JOURNAL_H
#define MWGUI_JOURNAL_H
#include <sstream>
#include <set>
#include <string>
#include <utility>
#include "windowbase.hpp"
#include "imagebutton.hpp"

@ -1,7 +1,6 @@
#ifndef MWGUI_LIST_HPP
#define MWGUI_LIST_HPP
#include <MyGUI_Widget.h>
#include <MyGUI_ScrollView.h>
namespace MWGui

@ -2,7 +2,6 @@
#define MWGUI_LOADINGSCREEN_H
#include <OgreSceneManager.h>
#include <OgreResourceGroupManager.h>
#include "windowbase.hpp"

@ -1,8 +1,6 @@
#ifndef MWGUI_MESSAGE_BOX_H
#define MWGUI_MESSAGE_BOX_H
#include <openengine/gui/layout.hpp>
#include "windowbase.hpp"
#include "../mwbase/windowmanager.hpp"

@ -1,7 +1,6 @@
#ifndef MWGUI_QUICKKEYS_H
#define MWGUI_QUICKKEYS_H
#include "../mwworld/ptr.hpp"
#include "windowbase.hpp"

@ -1,11 +1,6 @@
#ifndef MWGUI_RACE_H
#define MWGUI_RACE_H
#include <boost/array.hpp>
#include "../mwworld/esmstore.hpp"
#include "../mwrender/characterpreview.hpp"
#include "windowbase.hpp"

@ -3,7 +3,6 @@
#include "windowbase.hpp"
#include "../mwworld/ptr.hpp"
#include "../mwmechanics/repair.hpp"
namespace MWGui

@ -2,7 +2,6 @@
#define MWGUI_REVIEW_H
#include "windowbase.hpp"
#include "../mwmechanics/stat.hpp"
#include "widgets.hpp"
namespace MWGui

@ -3,11 +3,6 @@
#include "../mwworld/esmstore.hpp"
#include <sstream>
#include <set>
#include <string>
#include <utility>
#include "../mwmechanics/stat.hpp"
#include "windowpinnablebase.hpp"

@ -2,9 +2,6 @@
#define MWGUI_TRADEWINDOW_H
#include "container.hpp"
#include "windowbase.hpp"
#include "../mwworld/ptr.hpp"
namespace MyGUI
{

@ -2,9 +2,6 @@
#define MWGUI_TravelWINDOW_H
#include "container.hpp"
#include "windowbase.hpp"
#include "../mwworld/ptr.hpp"
namespace MyGUI
{

@ -4,8 +4,6 @@
#include "../mwworld/esmstore.hpp"
#include "../mwmechanics/stat.hpp"
#include <MyGUI_Widget.h>
#include <MyGUI_TextBox.h>
#include <MyGUI_Button.h>
#include <MyGUI_EditBox.h>

@ -10,11 +10,6 @@
this class.
**/
#include <vector>
#include <string>
#include <components/esm/loadclas.hpp>
#include "../mwbase/windowmanager.hpp"
namespace MyGUI

Loading…
Cancel
Save