diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2013-11-02 13:17:33 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2013-11-02 13:17:33 +0000 |
commit | 1b9f302f2293bf4073bbea8f2010654becb18ee1 (patch) | |
tree | 05b18b53f32acfe70dd55ee1ffb77592c585c680 /driver | |
parent | 63d6a6e3549569e23fe35bf481e4f5e5a58c1ac6 (diff) |
a little header cleanup
Diffstat (limited to 'driver')
-rw-r--r-- | driver/xf86-input-ws/src/ws.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/driver/xf86-input-ws/src/ws.c b/driver/xf86-input-ws/src/ws.c index 2694c6e48..9f3afffb6 100644 --- a/driver/xf86-input-ws/src/ws.c +++ b/driver/xf86-input-ws/src/ws.c @@ -13,7 +13,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $OpenBSD: ws.c,v 1.59 2013/10/30 18:05:34 shadchin Exp $ */ +/* $OpenBSD: ws.c,v 1.60 2013/11/02 13:17:32 shadchin Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -32,7 +32,6 @@ #include <X11/extensions/XIproto.h> #include <xf86Xinput.h> #include <exevents.h> -#include <xisb.h> #include <mipointer.h> #include <extinit.h> |