X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fstar.h;h=2ad8da626429ab8a2e0d5e0f2504831809340960;hb=ddc3b7ef2077567d368e244a292b41187311e8e3;hp=8fd2760b161740ecee14b8fa93dd5d721d28bc64;hpb=c0093d25093395cb62fc2526ab42be65a9f015b8;p=supertux.git diff --git a/src/object/star.h b/src/object/star.h index 8fd2760b1..2ad8da626 100644 --- a/src/object/star.h +++ b/src/object/star.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 __STAR_H__ #define __STAR_H__ #include "moving_object.h" #include "sprite/sprite.h" -#include "math/physic.h" - -using namespace SuperTux; +#include "physic.h" class Star : public MovingObject {