- removed redundant keyboard.h header

This commit is contained in:
Christoph Oelckers 2020-01-02 19:56:57 +01:00
parent afb1d7b885
commit e63ca0f471
3 changed files with 2 additions and 4 deletions

View file

@ -35,7 +35,5 @@ Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au)
#include "inputstate.h"
#include "c_bind.h"
const char * KB_ScanCodeToString( int scancode ); // convert scancode into a string
int KB_StringToScanCode( const char * string ); // convert a string into a scancode
#endif

View file

@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "menu.h"
#include "names.h"
#include "engine.h"
#include "keyboard.h"
#include "c_bind.h"
#include "status.h"
#include "random.h"
#include "sound.h"

View file

@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <cstring>
#include "baselayer.h"
#include "typedefs.h"
#include "keyboard.h"
#include "c_bind.h"
#include "sound.h"
#include "v_2ddrawer.h"