summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/oinputsystem.cpp
authormickeyl <mickeyl>2005-02-03 10:48:05 (UTC)
committer mickeyl <mickeyl>2005-02-03 10:48:05 (UTC)
commit6f7ff1ab1d4632a086dd79b3863fcb49bbb2893b (patch) (side-by-side diff)
tree3b81046fee8ac4e32149c0dde69c844de23edc37 /libopie2/opiecore/oinputsystem.cpp
parente49d23d4f22f1a12c09913123b885d800608a183 (diff)
downloadopie-6f7ff1ab1d4632a086dd79b3863fcb49bbb2893b.zip
opie-6f7ff1ab1d4632a086dd79b3863fcb49bbb2893b.tar.gz
opie-6f7ff1ab1d4632a086dd79b3863fcb49bbb2893b.tar.bz2
ship own version of sanitized kernel headers
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;
/* QT */
#include <qfile.h>
/* STD */
#include <errno.h>
#include <string.h>
-#include <linux/input.h>
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#define BUFSIZE 256
#define BIT_MASK( name, numbits ) \
unsigned short name[ ((numbits) - 1) / (sizeof( short ) * 8) + 1 ]; \