1
0
Fork 0

include/Spectre/Input/InputDevice.h: do not include "InputModule.h"

This commit is contained in:
Henrik Hautakoski 2020-01-24 17:16:55 +01:00
parent f526b598e2
commit b2ca926a00
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745

View file

@ -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;