From a6978e254af2a83b2b52778b4c59828b07542e5b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Mar 2012 20:58:09 +0300 Subject: Fix code style and auto check issues. --- src/keyboarddata.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/keyboarddata.h') diff --git a/src/keyboarddata.h b/src/keyboarddata.h index 78a6e990a..bfb0dbed1 100644 --- a/src/keyboarddata.h +++ b/src/keyboarddata.h @@ -20,7 +20,18 @@ * along with this program. If not, see . */ +#ifndef KEYBOARDDATA_H +#define KEYBOARDDATA_H + +#include "actionmanager.h" +#include "inputmanager.h" +#include "keyboardconfig.h" +#include "localconsts.h" + #include "utils/gettext.h" +#include "utils/stringutils.h" + +#include struct KeyData { @@ -1003,3 +1014,5 @@ static KeyData const keyData[KeyboardConfig::KEY_TOTAL] = { KeyboardConfig::KEY_NO_VALUE, 50, COND_DEFAULT} }; + +#endif -- cgit v1.2.3-60-g2f50