X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fkeyboard.h;h=3e5b6b84131f8339364c69cd5199d3d5200cec01;hb=33420ec807b0d06adff29cbd3a49e208f11d9f43;hp=944cf4dfef7657fe9536a3a21cb7767f04a01b0d;hpb=5add89fdd5e5e542ae0e93de2fe9d9b2532c1e07;p=libs%2Fgui.git diff --git a/source/input/keyboard.h b/source/input/keyboard.h index 944cf4d..3e5b6b8 100644 --- a/source/input/keyboard.h +++ b/source/input/keyboard.h @@ -1,15 +1,8 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#ifndef MSP_GBASE_KEYBOARD_H_ -#define MSP_GBASE_KEYBOARD_H_ +#ifndef MSP_INPUT_KEYBOARD_H_ +#define MSP_INPUT_KEYBOARD_H_ +#include #include "device.h" -#include "../gbase/window.h" namespace Msp { namespace Input {