From 82a687453f03b835629fe138152bfa80796bbd90 Mon Sep 17 00:00:00 2001
From: JWu <j.wuttke@fz-juelich.de>
Date: Tue, 19 Mar 2013 18:29:05 +0100
Subject: [PATCH] start removal of unnecessary includes

---
 Core/Algorithms/inc/Detector.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Core/Algorithms/inc/Detector.h b/Core/Algorithms/inc/Detector.h
index 23e2b2fe59d..3d61f7360fd 100644
--- a/Core/Algorithms/inc/Detector.h
+++ b/Core/Algorithms/inc/Detector.h
@@ -21,8 +21,6 @@
 #include "IParameterized.h"
 #include "SafePointerVector.h"
 
-#include <vector>
-
 //! Detector with axes and resolution function.
 
 class Detector : public IParameterized
-- 
GitLab