- did some C++ifying. let's try to follow suit :)
[supertux.git] / src / supertux.cpp
index c9e22aa..cf5b042 100644 (file)
 //  02111-1307, USA.
 
 #include <sys/types.h>
-#include <ctype.h>
+#include <cctype>
 #include <iostream>
-
 #include <exception>
-#include "exceptions.h"
 
+#include "exceptions.h"
 #include "defines.h"
 #include "globals.h"
 #include "setup.h"