refactor: remove some unnecessary lines
This commit is contained in:
parent
eab0799537
commit
29e9033c0c
1 changed files with 2 additions and 7 deletions
|
@ -1,13 +1,8 @@
|
||||||
#define LIGHT_ENTRY_POINT
|
|
||||||
|
|
||||||
//
|
|
||||||
#include <mirror/editor_layer.hpp>
|
|
||||||
#include <window/window.hpp>
|
|
||||||
|
|
||||||
//
|
|
||||||
#include <app/application.hpp>
|
#include <app/application.hpp>
|
||||||
#include <app/entrypoint.hpp>
|
#include <app/entrypoint.hpp>
|
||||||
#include <app/layer_stack.hpp>
|
#include <app/layer_stack.hpp>
|
||||||
|
#include <mirror/editor_layer.hpp>
|
||||||
|
#include <window/window.hpp>
|
||||||
|
|
||||||
namespace lt {
|
namespace lt {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue