*Removed stuff from times of automake and CVS (directories, .cvsignores).
[supertux.git] / src / video / font.cpp
index 3d2c8ca..bdcd541 100644 (file)
 #include <cstring>
 #include <stdexcept>
 
-#include "app/globals.h"
 #include "lisp/parser.h"
 #include "lisp/lisp.h"
 #include "screen.h"
 #include "font.h"
 #include "drawing_context.h"
 
-using namespace SuperTux;
-
 Font::Font(const std::string& file, FontType ntype, int nw, int nh,
         int nshadowsize)
     : chars(0), shadow_chars(0), type(ntype), w(nw), h(nh),