Skip to content
Snippets Groups Projects
Commit e33f24ef authored by Tom Fischer's avatar Tom Fischer
Browse files

Reduced include dependencies in files VtkConditionSource.{cpp,h}.

parent b30d5001
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,10 @@
*/
// ** INCLUDES **
// GeoLib
#include "AABB.h"
#include "Color.h"
#include "FEMCondition.h"
#include "VtkConditionSource.h"
......
......@@ -16,7 +16,9 @@
#include "VtkAlgorithmProperties.h"
#include <vtkPolyDataAlgorithm.h>
#include "GEOObjects.h"
// GeoLib
#include "Point.h"
//#include <vtkSmartPointer.h>
class FEMCondition;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment