summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/oinputsystem.h
Unidiff
Diffstat (limited to 'libopie2/opiecore/oinputsystem.h') (more/less context) (show 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/**