From b2ca926a00214ef9f319fd56cfba79aa0eacaf7b Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 24 Jan 2020 17:16:55 +0100 Subject: [PATCH] include/Spectre/Input/InputDevice.h: do not include "InputModule.h" --- include/Spectre/Input/InputDevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Spectre/Input/InputDevice.h b/include/Spectre/Input/InputDevice.h index 543cdb2..ddace17 100644 --- a/include/Spectre/Input/InputDevice.h +++ b/include/Spectre/Input/InputDevice.h @@ -2,10 +2,10 @@ #ifndef SPECTRE_INTPUT_DEVICE_H #define SPECTRE_INTPUT_DEVICE_H -#include "InputModule.h" - namespace sp { +class InputMudule; + class InputDevice { friend class InputModule;