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

[ML] Include declaration headers first.

parent fd06af12
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,11 @@
*
*/
#include "Cell.h"
#include "MathLib/Vector3.h"
#include "MeshLib/Node.h"
#include "Cell.h"
namespace MeshLib {
const unsigned Cell::dimension = 3u;
......
......@@ -12,12 +12,13 @@
*
*/
#include "Element.h"
#include "logog/include/logog.hpp"
#include "MathLib/MathTools.h"
#include "MeshLib/Node.h"
#include "Element.h"
#include "Line.h"
namespace MeshLib {
......
......@@ -12,10 +12,11 @@
*
*/
#include "Face.h"
#include "MathLib/MathTools.h"
#include "MathLib/Vector3.h"
#include "Face.h"
#include "Line.h"
namespace MeshLib {
......
......@@ -12,14 +12,14 @@
*
*/
#include "Mesh.h"
#include <boost/optional.hpp>
#include "logog/include/logog.hpp"
#include "BaseLib/RunTime.h"
#include "Mesh.h"
#include "Elements/Tri.h"
#include "Elements/Quad.h"
#include "Elements/Tet.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