renamed all .h to .hpp
[supertux.git] / src / badguy / mriceblock.cpp
index 0dcd96e..437f56c 100644 (file)
@@ -20,8 +20,8 @@
 
 #include <config.h>
 
-#include "mriceblock.h"
-#include "object/block.h"
+#include "mriceblock.hpp"
+#include "object/block.hpp"
 
 static const float WALKSPEED = 80;
 static const float KICKSPEED = 500;