- More work on scripting interface
[supertux.git] / src / object / portable.h
index da77919..bfcef3f 100644 (file)
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
-
 #ifndef __PORTABLE_H__
 #define __PORTABLE_H__
 
 #include "moving_object.h"
 
-using namespace SuperTux;
-
 /**
  * An object that inherits from this object is considered "portable" and can
  * be carried around by the player.