Skip to content
Snippets Groups Projects
Commit 729ef873 authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[MeL] Rm unrequired '#include "BaseLib/Logging.h".

parent ca51545d
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,6 @@
#include "LineRule2.h"
#include "BaseLib/Logging.h"
#include "MeshLib/Node.h"
namespace MeshLib {
......
......@@ -10,8 +10,6 @@
#include "QuadRule4.h"
#include "BaseLib/Logging.h"
#include "MathLib/GeometricBasics.h"
#include "MeshLib/Node.h"
......
......@@ -10,8 +10,6 @@
#include "TriRule3.h"
#include "BaseLib/Logging.h"
#include "MathLib/GeometricBasics.h"
#include "MeshLib/Node.h"
......
......@@ -16,8 +16,6 @@
#include <vector>
#include "BaseLib/Logging.h"
#include "BaseLib/Histogram.h"
#include "MeshLib/Mesh.h"
......
......@@ -10,8 +10,6 @@
#include "ElementSearch.h"
#include "BaseLib/Logging.h"
#include "BaseLib/Algorithm.h"
#include "MeshLib/Elements/Element.h"
#include "MeshLib/Node.h"
......
......@@ -15,8 +15,6 @@
#include <cmath>
#include <memory>
#include "BaseLib/Logging.h"
#include "../Mesh.h"
#include "../Node.h"
#include "../Elements/Element.h"
......
......@@ -13,8 +13,6 @@
#include <memory>
#include <set>
#include "BaseLib/Logging.h"
#include "MeshLib/Mesh.h"
#include "MeshLib/Node.h"
#include "MeshLib/Elements/Element.h"
......
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