From 7802d1eeb991ef7dce179ef6e88e79902eeb48fa Mon Sep 17 00:00:00 2001 From: maybegreat48 <96936658+maybegreat48@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:09:00 +0000 Subject: [PATCH] Fix compiler warnings (#94) * feat(Network): add snConnectToPeerTaskData and snConnectToPeerTaskResult * feat(Script): Add script global structs * fix(CMake): Try to get includes to work * feat(rage): Add some more stuff * chore(Globals): try to fix linux build * chore(Globals): Actually rename all instances of TIMER * fix(types): Fix compiler warnings Co-authored-by: user --- script/types.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/script/types.hpp b/script/types.hpp index d04b8f5..bd5fa11 100644 --- a/script/types.hpp +++ b/script/types.hpp @@ -1,6 +1,5 @@ #pragma once #include -#include #include "scrVector.hpp" #ifndef BOOL