diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fonts/winfont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fonts/winfont.cpp b/graphics/fonts/winfont.cpp index fb37c8ddef..449a1de83e 100644 --- a/graphics/fonts/winfont.cpp +++ b/graphics/fonts/winfont.cpp @@ -23,8 +23,8 @@ */ #include "common/file.h" -#include "common/ne_exe.h" #include "common/str.h" +#include "common/winexe_ne.h" #include "graphics/fonts/winfont.h" namespace Graphics { |