From 4691bc5a29261b45f2f2e127da0a60978233c207 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Wed, 2 Aug 2017 20:57:20 +0200 Subject: Removed double includes (#3885) --- src/NetherPortalScanner.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/NetherPortalScanner.cpp') diff --git a/src/NetherPortalScanner.cpp b/src/NetherPortalScanner.cpp index cebf09ceb..e78af73d9 100644 --- a/src/NetherPortalScanner.cpp +++ b/src/NetherPortalScanner.cpp @@ -2,7 +2,6 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "NetherPortalScanner.h" -#include "Vector3.h" #include "Entities/Entity.h" #include "World.h" -- cgit v1.2.3