Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / simd / tests / base.cpp
index c461b28952dc15ceb970cc2ed8d1bb692c5bbb18..115707363a3cdad89c9379bd84eef2fef2dd2cf9 100644 (file)
  * 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"
+
+#include "base.h"
 
 #include <math.h>
 
-#include "testutils/testoptions.h"
-#include "gromacs/options/options.h"
 #include "gromacs/options/basicoptions.h"
+#include "gromacs/options/options.h"
 
-#include "base.h"
+#include "testutils/testoptions.h"
 
 namespace gmx
 {