]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/engineer.cpp
Update #includes that have been renamed, and remove stray ones
[r2c2.git] / source / engineer / engineer.cpp
index a6644abc0c04c58a58ef141492904f99c977d975..dfc677d46410fcf33f3de7f9e0dfd746470e2d07 100644 (file)
@@ -6,8 +6,8 @@
 #include <msp/core/except.h>
 #include <msp/fs/stat.h>
 #include <msp/fs/utils.h>
-#include <msp/gbase/display.h>
-#include <msp/gbase/window.h>
+#include <msp/graphics/display.h>
+#include <msp/graphics/window.h>
 #include <msp/gl/blend.h>
 #include <msp/gl/framebuffer.h>
 #include <msp/gl/matrix.h>
@@ -16,7 +16,7 @@
 #include <msp/gl/tests.h>
 #include <msp/gl/transform.h>
 #include <msp/io/print.h>
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include <msp/time/units.h>
 #include <msp/time/utils.h>
 #include "libr2c2/driver.h"