mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Remove excessive includes from porting.h
This commit is contained in:
parent
e824e9023f
commit
1ba26d67bd
16 changed files with 26 additions and 11 deletions
|
@ -33,9 +33,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include <IGUICheckBox.h>
|
||||
#include <IGUIComboBox.h>
|
||||
#include <IGUIEditBox.h>
|
||||
#include <IGUIStaticText.h>
|
||||
#include <IGUIFont.h>
|
||||
#include <IGUITabControl.h>
|
||||
#include <IGUIImage.h>
|
||||
#include <IAnimatedMeshSceneNode.h>
|
||||
#include "client/renderingengine.h"
|
||||
#include "log.h"
|
||||
#include "client/tile.h" // ITextureSource
|
||||
|
|
|
@ -37,6 +37,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "util/string.h"
|
||||
#include "util/enriched_string.h"
|
||||
#include "StyleSpec.h"
|
||||
#include <IGUIStaticText.h>
|
||||
|
||||
class InventoryManager;
|
||||
class ISimpleTextureSource;
|
||||
|
|
|
@ -20,6 +20,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
#include <cstdlib>
|
||||
#include <IEventReceiver.h>
|
||||
#include <IGUIComboBox.h>
|
||||
#include <IGUIEditBox.h>
|
||||
#include "client/renderingengine.h"
|
||||
#include "modalMenu.h"
|
||||
#include "gettext.h"
|
||||
|
|
|
@ -29,6 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "client/keycode.h"
|
||||
#include "client/renderingengine.h"
|
||||
#include "util/numeric.h"
|
||||
#include <ISceneCollisionManager.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue