Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / testutils / testasserts.cpp
index c06b53c31dffba70439ad83cdabc344f026193a5..f14bbe1c5af81eb4bc4494ac5b44ee1e6350faf6 100644 (file)
@@ -39,7 +39,9 @@
  * \author Teemu Murtola <teemu.murtola@gmail.com>
  * \ingroup module_testutils
  */
-#include "testutils/testasserts.h"
+#include "gmxpre.h"
+
+#include "testasserts.h"
 
 #include <cmath>
 
@@ -47,8 +49,7 @@
 
 #include <gtest/gtest.h>
 
-#include "gromacs/legacyheaders/types/simple.h"
-
+#include "gromacs/utility/basedefinitions.h"
 #include "gromacs/utility/stringutil.h"
 
 namespace gmx