diff options
Diffstat (limited to 'src/keyboarddata.h')
-rw-r--r-- | src/keyboarddata.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */ +#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 <string> struct KeyData { @@ -1003,3 +1014,5 @@ static KeyData const keyData[KeyboardConfig::KEY_TOTAL] = { KeyboardConfig::KEY_NO_VALUE, 50, COND_DEFAULT} }; + +#endif |