diff --git a/Tests/MeshLib/TestPntInElement.cpp b/Tests/MeshLib/TestPntInElement.cpp index f883101e2963ed21387532fa10c8ceeb7951ab72..dec9c3ab1cfbc38bc09322365ada5834ec81c744 100644 --- a/Tests/MeshLib/TestPntInElement.cpp +++ b/Tests/MeshLib/TestPntInElement.cpp @@ -14,17 +14,8 @@ #include <gtest/gtest.h> #include "GeoLib/Point.h" -#include "MeshLib/Elements/Element.h" -#include "MeshLib/Elements/Hex.h" -#include "MeshLib/Elements/Line.h" -#include "MeshLib/Elements/Prism.h" -#include "MeshLib/Elements/Pyramid.h" -#include "MeshLib/Elements/Quad.h" -#include "MeshLib/Elements/Tet.h" -#include "MeshLib/Elements/Tri.h" +#include "MeshLib/Elements/Elements.h" #include "MeshLib/Mesh.h" -#include "MeshLib/MeshEditing/MeshRevision.h" -#include "MeshLib/Node.h" std::vector<MeshLib::Node*> createNodes() {