From b30d5001b00d9e2db4287a0e9bdeacbba964d5c0 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Thu, 3 Jan 2013 09:22:02 +0100
Subject: [PATCH] Reduced include dependencies in file VtkStationSource.h.

---
 Gui/VtkVis/VtkStationSource.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Gui/VtkVis/VtkStationSource.h b/Gui/VtkVis/VtkStationSource.h
index eae7abcdbd2..236ce7dcd61 100644
--- a/Gui/VtkVis/VtkStationSource.h
+++ b/Gui/VtkVis/VtkStationSource.h
@@ -16,7 +16,8 @@
 #include "VtkAlgorithmProperties.h"
 #include <vtkPolyDataAlgorithm.h>
 
-#include "GEOObjects.h"
+// GeoLib
+#include "Color.h"
 
 /**
  * \brief VTK source object for the visualisation of station data (including boreholes)
-- 
GitLab