1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 10:23:52 +00:00

Removed non-essential includes from all MWGui header files.

This commit is contained in:
Britt Mathis 2013-04-11 00:21:56 -04:00
parent f7383905b7
commit 6128b9276f
22 changed files with 2 additions and 51 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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