From f470a9aaf4dbc8b8af21692855fcb7bd988d39d8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perrier Date: Thu, 8 Apr 2021 18:50:04 +0200 Subject: [PATCH] Delete unused pre-decl. --- Source/Engine/Core/Math/Int4.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Engine/Core/Math/Int4.h b/Source/Engine/Core/Math/Int4.h index 05b951e62..82b9facd4 100644 --- a/Source/Engine/Core/Math/Int4.h +++ b/Source/Engine/Core/Math/Int4.h @@ -6,10 +6,6 @@ #include "Engine/Core/Formatting.h" #include "Engine/Core/Templates.h" -struct Vector2; -struct Vector3; -struct Vector4; - /// /// Four-components vector (32 bit integer type). ///