Skip to content
Snippets Groups Projects
Commit 13277e5e authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] Forward decls in ProcessVariabl. Includes.

parent b54a1cb8
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@
*
*/
#include "ProcessVariable.h"
#include <boost/property_tree/ptree.hpp>
#include "logog/include/logog.hpp"
......@@ -16,7 +18,6 @@
#include "UniformDirichletBoundaryCondition.h"
#include "InitialCondition.h"
#include "ProcessVariable.h"
namespace ProcessLib
{
......
......@@ -12,17 +12,28 @@
#include <boost/property_tree/ptree.hpp>
#include "GeoLib/GEOObjects.h"
#include "MeshLib/Mesh.h"
#include "MeshGeoToolsLib/MeshNodeSearcher.h"
#include "MeshGeoToolsLib/BoundaryElementsSearcher.h"
#include "NeumannBcConfig.h"
#include "NeumannBc.h"
namespace MeshGeoToolsLib
{
class MeshNodeSearcher;
class BoundaryElementsSearcher;
}
namespace MeshLib
{
class Mesh;
}
namespace GeoLib
{
class GEOObjects;
}
namespace ProcessLib
{
class NeumannBcConfig;
class InitialCondition;
class UniformDirichletBoundaryCondition;
}
......
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