Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / simd / tests / bootstrap_loadstore.cpp
index d7a38e9b510a01be958a168149fd9b29574de6c6..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
@@ -55,7 +53,9 @@
  */
 
 #include <gtest/gtest.h>
+
 #include "gromacs/simd/simd.h"
+#include "gromacs/utility/real.h"
 
 namespace
 {