diff options
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | gui/hardwarekeyboard.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/hardwarekeyboard.cpp b/gui/hardwarekeyboard.cpp index 1e3d7bc7a..6d5da6b0c 100755..100644 --- a/gui/hardwarekeyboard.cpp +++ b/gui/hardwarekeyboard.cpp @@ -1,5 +1,4 @@ // hardwarekeyboard.cpp - HardwareKeyboard object -// Custom hardware keyboard support for Asus Transformer devices #include <stdarg.h> #include <stdio.h> @@ -27,7 +26,7 @@ extern "C" { #include "rapidxml.hpp" #include "objects.hpp" #include "../data.hpp" -#include <linux/input.h>
+#include <linux/input.h> HardwareKeyboard::HardwareKeyboard(void) { // Do Nothing |