From cda3d3bdee4de6429fda9af776d1676b95de35c4 Mon Sep 17 00:00:00 2001 From: grumbel Date: Wed, 18 Nov 2009 01:37:05 +0000 Subject: [PATCH] Replaced headers with <*.h> git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6018 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- src/lisp/lexer.cpp | 2 +- src/math/random_generator.cpp | 2 +- src/math/vector.cpp | 2 +- src/object/camera.cpp | 2 +- src/object/cloud_particle_system.cpp | 2 +- src/object/ghost_particle_system.cpp | 2 +- src/object/particlesystem.cpp | 2 +- src/object/player.cpp | 2 +- src/object/snow_particle_system.cpp | 2 +- src/sprite/sprite.cpp | 2 +- src/video/font.cpp | 4 ++-- src/video/gl/gl_lightmap.cpp | 2 +- src/worldmap/worldmap.cpp | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/lisp/lexer.cpp b/src/lisp/lexer.cpp index 690d571ed..23e95cdd6 100644 --- a/src/lisp/lexer.cpp +++ b/src/lisp/lexer.cpp @@ -16,7 +16,7 @@ #include "lisp/lexer.hpp" -#include +#include #include #include #include diff --git a/src/math/random_generator.cpp b/src/math/random_generator.cpp index f1f846bcf..7a1c6d158 100644 --- a/src/math/random_generator.cpp +++ b/src/math/random_generator.cpp @@ -34,7 +34,7 @@ // Transliterated into C++ Allen King 060417, from sources on // http://www.jbox.dk/sanos/source/lib/random.c.html -#include +#include #include #include #include diff --git a/src/math/vector.cpp b/src/math/vector.cpp index 687ed84c8..df0ee6cd0 100644 --- a/src/math/vector.cpp +++ b/src/math/vector.cpp @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -#include +#include #include "math/vector.hpp" diff --git a/src/object/camera.cpp b/src/object/camera.cpp index aea8685bc..48cd7a3f3 100644 --- a/src/object/camera.cpp +++ b/src/object/camera.cpp @@ -16,7 +16,7 @@ #include "object/camera.hpp" -#include +#include #include #include "util/reader.hpp" diff --git a/src/object/cloud_particle_system.cpp b/src/object/cloud_particle_system.cpp index bde0d110a..0e2659e51 100644 --- a/src/object/cloud_particle_system.cpp +++ b/src/object/cloud_particle_system.cpp @@ -16,7 +16,7 @@ #include "object/cloud_particle_system.hpp" -#include +#include #include "math/random_generator.hpp" #include "supertux/main.hpp" diff --git a/src/object/ghost_particle_system.cpp b/src/object/ghost_particle_system.cpp index b36e3d14c..4b493a466 100644 --- a/src/object/ghost_particle_system.cpp +++ b/src/object/ghost_particle_system.cpp @@ -16,7 +16,7 @@ #include "object/ghost_particle_system.hpp" -#include +#include #include "math/random_generator.hpp" #include "supertux/main.hpp" diff --git a/src/object/particlesystem.cpp b/src/object/particlesystem.cpp index 3289f6da7..e6e18ca7a 100644 --- a/src/object/particlesystem.cpp +++ b/src/object/particlesystem.cpp @@ -16,7 +16,7 @@ #include "object/particlesystem.hpp" -#include +#include #include "math/random_generator.hpp" #include "supertux/main.hpp" diff --git a/src/object/player.cpp b/src/object/player.cpp index b056ecf32..1de4610c8 100644 --- a/src/object/player.cpp +++ b/src/object/player.cpp @@ -35,7 +35,7 @@ #include "supertux/tile.hpp" #include "trigger/climbable.hpp" -#include +#include //#define SWIMMING diff --git a/src/object/snow_particle_system.cpp b/src/object/snow_particle_system.cpp index a563fa5af..406ca08bb 100644 --- a/src/object/snow_particle_system.cpp +++ b/src/object/snow_particle_system.cpp @@ -16,7 +16,7 @@ #include "object/snow_particle_system.hpp" -#include +#include #include "math/random_generator.hpp" #include "supertux/main.hpp" diff --git a/src/sprite/sprite.cpp b/src/sprite/sprite.cpp index d3995048d..d497bf747 100644 --- a/src/sprite/sprite.cpp +++ b/src/sprite/sprite.cpp @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -#include +#include #include "sprite/sprite.hpp" #include "supertux/timer.hpp" diff --git a/src/video/font.cpp b/src/video/font.cpp index 05a8286d6..cf0b8b339 100644 --- a/src/video/font.cpp +++ b/src/video/font.cpp @@ -17,8 +17,8 @@ #include -#include -#include +#include +#include #include #include #include diff --git a/src/video/gl/gl_lightmap.cpp b/src/video/gl/gl_lightmap.cpp index e76012cd3..fe77db3f4 100644 --- a/src/video/gl/gl_lightmap.cpp +++ b/src/video/gl/gl_lightmap.cpp @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include #include diff --git a/src/worldmap/worldmap.cpp b/src/worldmap/worldmap.cpp index 72217a4b1..0b35c03af 100644 --- a/src/worldmap/worldmap.cpp +++ b/src/worldmap/worldmap.cpp @@ -19,7 +19,7 @@ #include -#include +#include #include #include #include -- 2.11.0