summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec/fx_codec_gif.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcodec/codec/fx_codec_gif.cpp')
-rw-r--r--core/fxcodec/codec/fx_codec_gif.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/codec/fx_codec_gif.cpp b/core/fxcodec/codec/fx_codec_gif.cpp
index 1657d7257e..e1806a4001 100644
--- a/core/fxcodec/codec/fx_codec_gif.cpp
+++ b/core/fxcodec/codec/fx_codec_gif.cpp
@@ -6,8 +6,8 @@
#include "core/fxcodec/codec/codec_int.h"
#include "core/fxcodec/lgif/fx_gif.h"
+#include "core/fxge/include/fx_dib.h"
#include "core/include/fxcodec/fx_codec.h"
-#include "core/include/fxge/fx_dib.h"
struct FXGIF_Context {
gif_decompress_struct_p gif_ptr;
void* parent_ptr;