From cf80d997e87005d749a5941ad5e6ae34ab53246a Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 25 Jan 2019 01:29:32 +0100 Subject: Fix all header names in #include statements --- engine/include/serial/keyfocusable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/include/serial') diff --git a/engine/include/serial/keyfocusable.hpp b/engine/include/serial/keyfocusable.hpp index 44c1f1b..e28e333 100644 --- a/engine/include/serial/keyfocusable.hpp +++ b/engine/include/serial/keyfocusable.hpp @@ -1,7 +1,7 @@ #ifndef __KEYFOCUSABLE_H__ #define __KEYFOCUSABLE_H__ -#include "focusable.h" +#include "focusable.hpp" struct SDL_KeyboardEvent; -- cgit v1.2.1