From c982f1954e5a8fed2673b61525592659b8c30cac Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Sun, 30 Jul 2023 22:50:55 -0500 Subject: [PATCH] remove header --- dGame/dComponents/VendorComponent.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dGame/dComponents/VendorComponent.h b/dGame/dComponents/VendorComponent.h index b2b7d8a6..4a9b582e 100644 --- a/dGame/dComponents/VendorComponent.h +++ b/dGame/dComponents/VendorComponent.h @@ -2,7 +2,6 @@ #ifndef VENDORCOMPONENT_H #define VENDORCOMPONENT_H -#include #include "CDClientManager.h" #include "Component.h" #include "Entity.h"