From 5a5854ea9d0bc346b00f48f40b538b7a8d68b37a Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 21 Feb 2015 14:17:36 +0100 Subject: Move hex.h to util/ --- src/keycode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keycode.cpp') 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 { -- cgit v1.2.3