Replaced <c*> headers with <*.h>
[supertux.git] / src / video / font.cpp
index 05a8286..cf0b8b3 100644 (file)
@@ -17,8 +17,8 @@
 
 #include <config.h>
 
-#include <cstdlib>
-#include <cstring>
+#include <stdlib.h>
+#include <string.h>
 #include <stdexcept>
 #include <SDL_image.h>
 #include <physfs.h>