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

[PL] HM: Use forward declarations.

parent 10d97bba
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,24 @@ ...@@ -9,7 +9,24 @@
#pragma once #pragma once
#include "ProcessLib/Process.h" #include <memory>
#include <vector>
namespace BaseLib
{
class ConfigTree;
}
namespace MeshLib
{
class Mesh;
}
namespace ProcessLib
{
class AbstractJacobianAssembler;
struct ParameterBase;
class Process;
class ProcessVariable;
}
namespace ProcessLib namespace ProcessLib
{ {
......
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