From 2255ab0a37f29e0b887b077df8dfdabfd72db02b Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 18 Jul 2014 11:38:05 +0200 Subject: [PATCH] remove unneede include --- DataStructures/DeallocatingVector.h | 1 - 1 file changed, 1 deletion(-) diff --git a/DataStructures/DeallocatingVector.h b/DataStructures/DeallocatingVector.h index 1a5b86e1f..ba9916c95 100644 --- a/DataStructures/DeallocatingVector.h +++ b/DataStructures/DeallocatingVector.h @@ -28,7 +28,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef DEALLOCATINGVECTOR_H_ #define DEALLOCATINGVECTOR_H_ -#include #include #include