]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/keyboard.h
Rename the entire library to mspgui
[libs/gui.git] / source / input / keyboard.h
index 944cf4dfef7657fe9536a3a21cb7767f04a01b0d..3e5b6b84131f8339364c69cd5199d3d5200cec01 100644 (file)
@@ -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 <msp/graphics/window.h>
 #include "device.h"
-#include "../gbase/window.h"
 
 namespace Msp {
 namespace Input {