Skip to content

Commit

Permalink
[Build] Fix clang and llvm compiler errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousPtr committed Mar 10, 2023
1 parent d403fbf commit d44f3c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions Arc-Editor/src/EditorLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
#include <Arc/Scripting/ScriptEngine.h>
#include <Arc/Utils/PlatformUtils.h>

#include "Panels/AssetPanel.h"
#include "Panels/ProjectSettingsPanel.h"
#include "Panels/PropertiesPanel.h"
#include "Panels/RendererSettingsPanel.h"
#include "Panels/SceneViewport.h"
#include "Panels/StatsPanel.h"

#include "Utils/EditorTheme.h"
Expand Down
8 changes: 3 additions & 5 deletions Arc-Editor/src/EditorLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@

#include <ArcEngine.h>

#include "Panels/AssetPanel.h"
#include "Panels/ConsolePanel.h"
#include "Panels/EditorContext.h"
#include "Panels/PropertiesPanel.h"
#include "Panels/SceneHierarchyPanel.h"
#include "Panels/SceneViewport.h"

namespace ArcEngine
{
class AssetPanel;
class PropertiesPanel;
class SceneViewport;
class BasePanel;

class EditorLayer : public Layer
{
public:
Expand Down

0 comments on commit d44f3c4

Please sign in to comment.