diff options
Diffstat (limited to 'modules/gdnative/videodecoder/resource_importer_av_gdnative.h')
-rw-r--r-- | modules/gdnative/videodecoder/resource_importer_av_gdnative.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/gdnative/videodecoder/resource_importer_av_gdnative.h b/modules/gdnative/videodecoder/resource_importer_av_gdnative.h index 0ec96dc72c..9760ebbe64 100644 --- a/modules/gdnative/videodecoder/resource_importer_av_gdnative.h +++ b/modules/gdnative/videodecoder/resource_importer_av_gdnative.h @@ -31,9 +31,8 @@ #ifndef RESOURCE_IMPORTER_AV_GDNATIVE_H #define RESOURCE_IMPORTER_AV_GDNATIVE_H -#include "video_stream_gdnative.h" - #include "core/io/resource_import.h" +#include "video_stream_gdnative.h" class ResourceImporterAVGDNative : public ResourceImporter { GDCLASS(ResourceImporterAVGDNative, ResourceImporter) |