summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec/codec_module_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcodec/codec/codec_module_iface.h')
-rw-r--r--core/fxcodec/codec/codec_module_iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fxcodec/codec/codec_module_iface.h b/core/fxcodec/codec/codec_module_iface.h
index 52cb564d9a..12a119e3e3 100644
--- a/core/fxcodec/codec/codec_module_iface.h
+++ b/core/fxcodec/codec/codec_module_iface.h
@@ -7,10 +7,10 @@
#ifndef CORE_FXCODEC_CODEC_CODEC_MODULE_IFACE_H_
#define CORE_FXCODEC_CODEC_CODEC_MODULE_IFACE_H_
-#include "core/fxcodec/codec/cfx_codec_memory.h"
#include "core/fxcrt/fx_system.h"
-#include "third_party/base/span.h"
+#include "core/fxcrt/retain_ptr.h"
+class CFX_CodecMemory;
class CFX_DIBAttribute;
class CodecModuleIface {