summaryrefslogtreecommitdiff
path: root/src/keycode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/keycode.cpp')
-rw-r--r--src/keycode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keycode.cpp b/src/keycode.cpp
index c5f102b44..27d0b6d50 100644
--- a/src/keycode.cpp
+++ b/src/keycode.cpp
@@ -22,8 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "exceptions.h"
#include "settings.h"
#include "log.h"
-#include "hex.h"
#include "debug.h"
+#include "util/hex.h"
class UnknownKeycode : public BaseException
{