Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / testutils / testasserts.cpp
index 04ce6cb30e5755285f8f3c8e2f06aaf8ba6d0d92..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
@@ -62,7 +63,7 @@ namespace
 
 using ::testing::internal::FloatingPoint;
 
-//! \addtogroup module_testutils
+//! \internal \addtogroup module_testutils
 //! \{
 
 /*! \name Helper functions for computing floating-point differences