Small #include fix.

This commit is contained in:
Peter Osterlund
2004-04-12 22:46:21 +02:00
parent b76ecca961
commit 641aef59c6
2 changed files with 1 additions and 2 deletions

View File

@@ -76,6 +76,7 @@
#define SYNAPTICS_PRIVATE
#include "synaptics.h"
#include "ps2comm.h"
#include "linux_input.h"
/*****************************************************************************
* Variables without includable headers
@@ -1447,4 +1448,3 @@ QueryHardware(LocalDevicePtr local)
return TRUE;
}

View File

@@ -1,7 +1,6 @@
#ifndef _SYNAPTICS_H_
#define _SYNAPTICS_H_
#include "linux_input.h"
#include <X11/Xdefs.h>
/******************************************************************************