diff options
Diffstat (limited to '')
-rw-r--r-- | src/GlobalState.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/GlobalState.hpp b/src/GlobalState.hpp index c0f1769..b3b4635 100644 --- a/src/GlobalState.hpp +++ b/src/GlobalState.hpp @@ -1,8 +1,5 @@ #pragma once -#include <memory> -#include <thread> - class NetworkClient; class GameState; class Render; |