diff options
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r-- | src/screenshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp index c77dce722..d95ce98a9 100644 --- a/src/screenshot.cpp +++ b/src/screenshot.cpp @@ -12,11 +12,11 @@ #include "variables.h" #include "date.h" #include "string.h" -#include "helpers.hpp" #include "blitter/factory.hpp" #include "fileio.h" #include "strings_func.h" #include "zoom_func.h" +#include "core/alloc_func.hpp" char _screenshot_format_name[8]; uint _num_screenshot_formats; |