diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-28 18:29:15 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-28 21:19:23 +0200 |
commit | 2398eb6ed4832fd7b8eec778981cbd974b89634f (patch) | |
tree | e68c8db6c58fa993a0196f4f663a0064c4b17390 /editor/io_plugins | |
parent | 0a613ff9707634fcb93a009813bbbad040a4d6d8 (diff) |
Move core thirdparty files to thirdparty/{minizip,misc}
Diffstat (limited to 'editor/io_plugins')
-rw-r--r-- | editor/io_plugins/editor_texture_import_plugin.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/io_plugins/editor_texture_import_plugin.cpp b/editor/io_plugins/editor_texture_import_plugin.cpp index ba380f0334..d9b4a95045 100644 --- a/editor/io_plugins/editor_texture_import_plugin.cpp +++ b/editor/io_plugins/editor_texture_import_plugin.cpp @@ -28,6 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #include "editor_texture_import_plugin.h" + #if 0 #include "editor/editor_node.h" #include "editor/editor_settings.h" @@ -35,13 +36,14 @@ #include "global_config.h" #include "io/image_loader.h" #include "io/marshalls.h" -#include "io/md5.h" #include "io/resource_saver.h" #include "scene/gui/button_group.h" #include "scene/gui/check_button.h" #include "scene/gui/margin_container.h" #include "scene/io/resource_format_image.h" +#include "thirdparty/misc/md5.h" + static const char *flag_names[]={ ("Streaming Format"), ("Fix Border Alpha"), |