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

[PL/ST/Python] Cleanup includes and add fwd decls.

parent 84223f09
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
#include <iostream>
#include "MeshLib/MeshSearch/NodeSearch.h"
#include "NumLib/DOF/LocalToGlobalIndexMap.h"
#include "ProcessLib/Utils/CreateLocalAssemblers.h"
#include "ProcessLib/Utils/ProcessUtils.h"
#include "PythonSourceTermLocalAssembler.h"
......
......@@ -9,12 +9,14 @@
#pragma once
#include "NumLib/DOF/LocalToGlobalIndexMap.h"
#include "NumLib/IndexValueVector.h"
#include "ProcessLib/SourceTerms/SourceTerm.h"
#include "PythonSourceTermPythonSideInterface.h"
#include "PythonSourceTermLocalAssemblerInterface.h"
#include "PythonSourceTermPythonSideInterface.h"
namespace ProcessLib
{
class LocalToGlobalIndexMap;
}
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