X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fbadguy.h;h=d5c948cd7952ce743747658c14d2f42ea2651a33;hb=8d1566374788e2c612b35d6b95463398a555b54a;hp=ecd753dd4534c2f0dc47da0b8e963cd240489711;hpb=c0093d25093395cb62fc2526ab42be65a9f015b8;p=supertux.git diff --git a/src/badguy/badguy.h b/src/badguy/badguy.h index ecd753dd4..d5c948cd7 100644 --- a/src/badguy/badguy.h +++ b/src/badguy/badguy.h @@ -17,7 +17,6 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. - #ifndef __BADGUY_H__ #define __BADGUY_H__ @@ -26,7 +25,7 @@ #include "timer.h" #include "moving_object.h" #include "sprite/sprite.h" -#include "math/physic.h" +#include "physic.h" #include "object/player.h" #include "serializable.h" #include "resources.h" @@ -39,8 +38,6 @@ #include "video/drawing_context.h" #include "sprite/sprite_manager.h" -using namespace SuperTux; - class BadGuy : public MovingObject, public Serializable { public: