Convert cnames back to .h
[supertux.git] / src / tile.cpp
index ea18d8e..3157c51 100644 (file)
@@ -20,8 +20,8 @@
 //  02111-1307, USA.
 #include <config.h>
 
-#include <cmath>
-#include <cassert>
+#include <math.h>
+#include <assert.h>
 #include <iostream>
 #include <stdexcept>