We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675a324 commit 15c627fCopy full SHA for 15c627f
src/hotkey.cpp
@@ -4,9 +4,6 @@
4
5
#include "hotkey.h"
6
#include "convar.h"
7
-#include "steamcompmgr_shared.hpp"
8
-#include "main.hpp"
9
-#include "wlserver.hpp"
10
11
// TODO: Consolidate
12
#define WAYLAND_NULL() []<typename... Args> ( void *pData, Args... args ) { }
src/main.cpp
@@ -1,5 +1,4 @@
1
#include "Script/Script.h"
2
-#include "backend.h"
3
#include <X11/Xlib.h>
#include <xkbcommon/xkbcommon-keysyms.h>
@@ -30,7 +29,6 @@
30
29
31
32
#include "gpuvis_trace_utils.h"
33
-#include "Script/Script.h"
34
#include "Utils/TempFiles.h"
35
#include "Utils/Version.h"
36
#include "Utils/Process.h"
0 commit comments