refactor: remove some unnecessary lines

This commit is contained in:
light7734 2025-07-11 02:36:07 +03:30
parent eab0799537
commit 29e9033c0c
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -1,13 +1,8 @@
#define LIGHT_ENTRY_POINT
//
#include <mirror/editor_layer.hpp>
#include <window/window.hpp>
//
#include <app/application.hpp>
#include <app/entrypoint.hpp>
#include <app/layer_stack.hpp>
#include <mirror/editor_layer.hpp>
#include <window/window.hpp>
namespace lt {