Commit 91693e1d authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Sort include dependency order in TRAPPING

parent 26d49241
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@
#include "../include/Parsers.h"
#endif

#ifndef INCLUDE_COMMONS_H_
#include "../include/Commons.h"
#endif

#ifndef INCLUDE_CONFIGURATION_H_
#include "../include/Configuration.h"
#endif

#ifndef INCLUDE_COMMONS_H_
#include "../include/Commons.h"
#endif

#ifndef INCLUDE_SPH_SUBS_H_
#include "../include/sph_subs.h"
#endif
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@
#include "../include/Parsers.h"
#endif

#ifndef INCLUDE_CONFIGURATION_H_
#include "../include/Configuration.h"
#endif

#ifndef INCLUDE_COMMONS_H_
#include "../include/Commons.h"
#endif