summaryrefslogtreecommitdiff
path: root/src/keybinds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/keybinds.cpp')
-rw-r--r--src/keybinds.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/keybinds.cpp b/src/keybinds.cpp
index 235f8c1..127a534 100644
--- a/src/keybinds.cpp
+++ b/src/keybinds.cpp
@@ -7,8 +7,9 @@
#include <vector>
#include <regex>
-#include "commands.h"
-#include "error.h"
+#include <commands.h>
+//TODO: FIX THIS
+#include <error.h>
#include "keybinds.h"
#include "util.h"