X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fplatform.h;h=71200f94080ed42fdc3e4abb97236ab917376350;hb=ddc3b7ef2077567d368e244a292b41187311e8e3;hp=a8d3db7a17c3d3ddc5d0901155a4c1699996921d;hpb=c0093d25093395cb62fc2526ab42be65a9f015b8;p=supertux.git diff --git a/src/object/platform.h b/src/object/platform.h index a8d3db7a1..71200f940 100644 --- a/src/object/platform.h +++ b/src/object/platform.h @@ -17,15 +17,12 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. - #ifndef __PLATFORM_H__ #define __PLATFORM_H__ #include "moving_object.h" #include "sprite/sprite.h" -using namespace SuperTux; - /** * This class is the base class for platforms that tux can stand on */