From 0a4616f5ccc657c144e6c97d2d4a5536d9ceca9b Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Fri, 11 Oct 2013 14:17:52 +0200 Subject: [PATCH] Removed unnecessary include and forward declaration. --- FileIO/RapidXmlIO/BoostVtuInterface.cpp | 1 - FileIO/RapidXmlIO/RapidVtuInterface.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/FileIO/RapidXmlIO/BoostVtuInterface.cpp b/FileIO/RapidXmlIO/BoostVtuInterface.cpp index 40fc3a0e974..710eaa5a0e1 100644 --- a/FileIO/RapidXmlIO/BoostVtuInterface.cpp +++ b/FileIO/RapidXmlIO/BoostVtuInterface.cpp @@ -26,7 +26,6 @@ #include "logog/include/logog.hpp" #include "FileTools.h" -#include "ProjectData.h" #include "StringTools.h" // MSH diff --git a/FileIO/RapidXmlIO/RapidVtuInterface.h b/FileIO/RapidXmlIO/RapidVtuInterface.h index 66f804886b2..53e8adf11b0 100644 --- a/FileIO/RapidXmlIO/RapidVtuInterface.h +++ b/FileIO/RapidXmlIO/RapidVtuInterface.h @@ -23,8 +23,6 @@ #include "MeshEnums.h" #include "RapidXML/rapidxml.hpp" -class ProjectData; - namespace MeshLib { class Mesh; class Node; -- GitLab