1
0
Fork 0

Display/Display: No need to include System/SystemEvent.

This commit is contained in:
Henrik Hautakoski 2020-01-28 00:35:58 +01:00
parent 24c3f14c8c
commit 4d54968f83
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@
#include "DisplayMode.h"
#include "DisplayDescription.h"
#include <Spectre/Display/GLContext.h>
#include <Spectre/System/SystemEvent.h>
#include <string>
namespace sp {

View file

@ -2,7 +2,6 @@
#include <iostream>
#include <Spectre/Display/Display.h>
#include <Spectre/Display/GLContext.h>
#include <Spectre/System/SystemEvent.h>
#include <Platform/PlatformDisplay.h>
namespace sp {