summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/oinputsystem.h
authormickeyl <mickeyl>2005-02-03 10:48:05 (UTC)
committer mickeyl <mickeyl>2005-02-03 10:48:05 (UTC)
commit6f7ff1ab1d4632a086dd79b3863fcb49bbb2893b (patch) (unidiff)
tree3b81046fee8ac4e32149c0dde69c844de23edc37 /libopie2/opiecore/oinputsystem.h
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.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/oinputsystem.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libopie2/opiecore/oinputsystem.h b/libopie2/opiecore/oinputsystem.h
index 4d913a1..3746023 100644
--- a/libopie2/opiecore/oinputsystem.h
+++ b/libopie2/opiecore/oinputsystem.h
@@ -26,19 +26,18 @@
26 Boston, MA 02111-1307, USA. 26 Boston, MA 02111-1307, USA.
27*/ 27*/
28 28
29#ifndef OINPUTSYSTEM_H 29#ifndef OINPUTSYSTEM_H
30#define OINPUTSYSTEM_H 30#define OINPUTSYSTEM_H
31 31
32#include "linux_input.h"
33
32/* QT */ 34/* QT */
33#include <qobject.h> 35#include <qobject.h>
34#include <qdict.h> 36#include <qdict.h>
35 37
36/* STD */
37#include <linux/input.h>
38
39namespace Opie { 38namespace Opie {
40namespace Core { 39namespace Core {
41 40
42class OInputDevice; 41class OInputDevice;
43 42
44/** 43/**