pmc/main.cc
changeset 65 76514757b0d6
parent 54 c064ce9f40f5
child 77 49e0babccb23
--- a/pmc/main.cc
+++ b/pmc/main.cc
@@ -3,9 +3,9 @@
  * Copyright (C) 2008 Markus Broeker
  */
 
-#include <surface.h>
-#include <rectangle.h>
-#include <cube.h>
+#include <surface.hpp>
+#include <rectangle.hpp>
+#include <cube.hpp>
 
 #include <cstdio>
 #include <cstdlib>