diff --git a/source/gui/CButton.cpp b/source/gui/CButton.cpp index 6688fbf537..b54e891e3a 100755 --- a/source/gui/CButton.cpp +++ b/source/gui/CButton.cpp @@ -8,7 +8,7 @@ gee@pyro.nu #include "GUI.h" // TODO Gee: font.h is temporary. -#include "font.h" +#include "res/res.h" #include "ogl.h" using namespace std; diff --git a/source/gui/CText.cpp b/source/gui/CText.cpp index 9d25bff965..e2bdce2fc0 100755 --- a/source/gui/CText.cpp +++ b/source/gui/CText.cpp @@ -8,7 +8,7 @@ gee@pyro.nu #include "GUI.h" // TODO Gee: font.h is temporary. -#include "font.h" +#include "res/font.h" #include "ogl.h" using namespace std;