fixed a bug in my last effects removal, improved the algo to determine if a badguy...
[supertux.git] / src / object / background.h
index dd849b4..233d858 100644 (file)
 //  You should have received a copy of the GNU General Public License
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
 #ifndef SUPERTUX_BACKGROUND_H
 #define SUPERTUX_BACKGROUND_H
 
 #include "video/surface.h"
 #include "video/drawing_context.h"
-#include "special/game_object.h"
+#include "game_object.h"
 #include "serializable.h"
 
-using namespace SuperTux;
-
 class DisplayManager;
 
 namespace lisp {