import std

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-07-05 03:17:42 +03:00
parent 9d39cd9a38
commit 2e38196ea5
9 changed files with 63 additions and 21 deletions

View File

@@ -1,8 +1,6 @@
module;
#include <memory>
#include <poll.h>
#include <print>
#include <EGL/egl.h>
#include <EGL/eglext.h>
@@ -11,6 +9,8 @@ module;
export module LunarWM.LunarWM;
import std;
import LunarWM.wl.Subcompositor;
import LunarWM.wl.Shm;