summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/oinputsystem.cpp
Unidiff
Diffstat (limited to 'libopie2/opiecore/oinputsystem.cpp') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiecore/oinputsystem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libopie2/opiecore/oinputsystem.cpp b/libopie2/opiecore/oinputsystem.cpp
index fde36c3..8253c18 100644
--- a/libopie2/opiecore/oinputsystem.cpp
+++ b/libopie2/opiecore/oinputsystem.cpp
@@ -32,13 +32,12 @@ using namespace Opie::Core;
32/* QT */ 32/* QT */
33#include <qfile.h> 33#include <qfile.h>
34 34
35/* STD */ 35/* STD */
36#include <errno.h> 36#include <errno.h>
37#include <string.h> 37#include <string.h>
38#include <linux/input.h>
39#include <sys/fcntl.h> 38#include <sys/fcntl.h>
40#include <sys/ioctl.h> 39#include <sys/ioctl.h>
41 40
42#define BUFSIZE 256 41#define BUFSIZE 256
43#define BIT_MASK( name, numbits ) \ 42#define BIT_MASK( name, numbits ) \
44 unsigned short name[ ((numbits) - 1) / (sizeof( short ) * 8) + 1 ]; \ 43 unsigned short name[ ((numbits) - 1) / (sizeof( short ) * 8) + 1 ]; \