Refactor include paths and remove redundant headers in core and editor modules

This commit is contained in:
scawful
2024-11-15 23:38:44 -05:00
parent 30b72dba70
commit b336d14233
9 changed files with 14 additions and 20 deletions

View File

@@ -5,11 +5,11 @@
#include <dlfcn.h>
#endif
#include <system/extension.h>
#include <iostream>
#include <vector>
#include "incl/system/extension.h"
namespace yaze {
namespace app {
namespace editor {

View File

@@ -1,11 +1,11 @@
#ifndef YAZE_APP_EDITOR_SYSTEM_EXTENSION_MANAGER_H
#define YAZE_APP_EDITOR_SYSTEM_EXTENSION_MANAGER_H
#include <system/extension.h>
#include <string>
#include <vector>
#include "incl/system/extension.h"
namespace yaze {
namespace app {
namespace editor {