Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / simd / tests / bootstrap_loadstore.cpp
index 5ea86fbb8f53fee42b373c71db6987b7013c8f6e..824a831e18f5e52344a45399a019bcae137406f3 100644 (file)
@@ -32,9 +32,7 @@
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
 
 /*! \internal \file
  * \brief
@@ -56,9 +54,8 @@
 
 #include <gtest/gtest.h>
 
-#include "gromacs/legacyheaders/types/simple.h"
-
 #include "gromacs/simd/simd.h"
+#include "gromacs/utility/real.h"
 
 namespace
 {