Skip to content

Commit 15c627f

Browse files
committed
Remove unused includes
1 parent 675a324 commit 15c627f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/hotkey.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
#include "hotkey.h"
66
#include "convar.h"
7-
#include "steamcompmgr_shared.hpp"
8-
#include "main.hpp"
9-
#include "wlserver.hpp"
107

118
// TODO: Consolidate
129
#define WAYLAND_NULL() []<typename... Args> ( void *pData, Args... args ) { }

src/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "Script/Script.h"
2-
#include "backend.h"
32

43
#include <X11/Xlib.h>
54
#include <xkbcommon/xkbcommon-keysyms.h>
@@ -30,7 +29,6 @@
3029
#include "hotkey.h"
3130
#include "convar.h"
3231
#include "gpuvis_trace_utils.h"
33-
#include "Script/Script.h"
3432
#include "Utils/TempFiles.h"
3533
#include "Utils/Version.h"
3634
#include "Utils/Process.h"

0 commit comments

Comments
 (0)