diff --git a/src/app/editor/system/extension_manager.cc b/src/app/editor/system/extension_manager.cc index 250271b5..27366f50 100644 --- a/src/app/editor/system/extension_manager.cc +++ b/src/app/editor/system/extension_manager.cc @@ -8,7 +8,7 @@ #include #include -#include "incl/extension.h" +#include "incl/system/extension.h" namespace yaze { namespace app { diff --git a/src/app/editor/system/extension_manager.h b/src/app/editor/system/extension_manager.h index c215041c..34977799 100644 --- a/src/app/editor/system/extension_manager.h +++ b/src/app/editor/system/extension_manager.h @@ -4,7 +4,7 @@ #include #include -#include "incl/extension.h" +#include "incl/system/extension.h" namespace yaze { namespace app { @@ -26,4 +26,4 @@ class ExtensionManager { } // namespace app } // namespace yaze -#endif // YAZE_APP_EDITOR_SYSTEM_EXTENSION_MANAGER_H \ No newline at end of file +#endif // YAZE_APP_EDITOR_SYSTEM_EXTENSION_MANAGER_H diff --git a/src/incl/extension.h b/src/incl/system/extension.h similarity index 100% rename from src/incl/extension.h rename to src/incl/system/extension.h