From 4fad04846a1341aa1a115d7e6896c1f1ca7dd3ea Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 4 Oct 2003 08:07:03 +0000 Subject: Changed to use #include "bs2/..." and removed the inclusion of standard C headers. Most (all?) of the ones we need should probably come from stdafx.h instead. svn-id: r10588 --- sword2/driver/keyboard.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'sword2/driver/keyboard.h') diff --git a/sword2/driver/keyboard.h b/sword2/driver/keyboard.h index 9758b56d50..e08e892d85 100644 --- a/sword2/driver/keyboard.h +++ b/sword2/driver/keyboard.h @@ -17,20 +17,6 @@ * $Header$ */ -//============================================================================= -// -// Filename : keyboard.h -// Created : 19th September 1996 -// By : P.R.Porter -// -// Summary : This include file defines links to all data which is -// defined in the keyboard.c module, but can be accessed by -// other parts of the driver96 library. -// -// -//============================================================================= - - #ifndef KEYBOARD_H #define KEYBOARD_H -- cgit v1.2.3