From 9f031a67594162a53b07acbfbc65faf8c4938e99 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 17 Jun 2012 04:00:31 +0300 Subject: Optimize headers --- src/keycode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/keycode.h') diff --git a/src/keycode.h b/src/keycode.h index cb3a7fbc0..4105d43b8 100644 --- a/src/keycode.h +++ b/src/keycode.h @@ -20,7 +20,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef KEYCODE_HEADER #define KEYCODE_HEADER -#include "common_irrlicht.h" +#include "irrlichttypes.h" +#include #include /* A key press, consisting of either an Irrlicht keycode -- cgit v1.2.3