mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
HPL1: remove unused standard library headers
This commit is contained in:
parent
e68551b516
commit
c4d83a8e9b
@ -34,7 +34,6 @@
|
||||
#include "hpl1/engine/resources/TextureManager.h"
|
||||
#include "hpl1/engine/scene/Camera.h"
|
||||
#include "hpl1/engine/scene/Light.h"
|
||||
#include <cstddef>
|
||||
|
||||
namespace hpl {
|
||||
|
||||
|
@ -38,7 +38,6 @@
|
||||
#include "hpl1/engine/scene/Light3DSpot.h"
|
||||
#include "hpl1/engine/scene/PortalContainer.h"
|
||||
#include "hpl1/engine/system/String.h"
|
||||
#include <cstddef>
|
||||
|
||||
namespace hpl {
|
||||
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "hpl1/engine/resources/TextureManager.h"
|
||||
#include "hpl1/engine/scene/Camera.h"
|
||||
#include "hpl1/engine/scene/Light.h"
|
||||
#include <cstddef>
|
||||
|
||||
namespace hpl {
|
||||
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "hpl1/engine/physics/SurfaceData.h"
|
||||
|
||||
#include "hpl1/engine/system/low_level_system.h"
|
||||
//#include <algorithm>
|
||||
|
||||
namespace hpl {
|
||||
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include "hpl1/engine/math/Vector3.h"
|
||||
#include "hpl1/engine/system/SystemTypes.h"
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
#include "common/array.h"
|
||||
#include "common/list.h"
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "hpl1/engine/graphics/LowLevelGraphics.h"
|
||||
#include "hpl1/engine/system/String.h"
|
||||
#include "hpl1/engine/system/low_level_system.h"
|
||||
#include <cstddef>
|
||||
|
||||
namespace hpl {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user