Merge branch 'origin/release-2020' into master
[alexxy/gromacs.git] / src / api / cpp / tests / testingconfiguration.h
index 2d4cf147f013d884bf1f21b690682fb55e955db4..3d160d7e1419e267e16f44da833fd62a7331546b 100644 (file)
 #ifndef GROMACS_TESTINGCONFIGURATION_H
 #define GROMACS_TESTINGCONFIGURATION_H
 
-#include <gtest/gtest.h>
+#include "config.h"
 
 #include <string>
 #include <vector>
 
 #include "config.h"
 
+#include <gtest/gtest.h>
+
 #include "gromacs/gmxpreprocess/grompp.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/utility/stringutil.h"
 #include "gromacs/utility/textwriter.h"
 
+#include "programs/mdrun/tests/moduletest.h"
 #include "testutils/cmdlinetest.h"
 #include "testutils/testfilemanager.h"
-#include "programs/mdrun/tests/moduletest.h"
 
 namespace gmxapi
 {