Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / statistics / statistics_test.c
index 6d31816c4cd195691dbed9ccf422a7e63fcfcf11..7baff7bfaca5a48c364878649f7eb668cfbd83d8 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 "statistics.h"
 
 #include <stdio.h>
-#include "typedefs.h"
-#include "gromacs/utility/smalloc.h"
-#include "vec.h"
+
+#include "gromacs/math/vec.h"
 #include "gromacs/random/random.h"
-#include "statistics.h"
+#include "gromacs/utility/real.h"
+#include "gromacs/utility/smalloc.h"
 
 static void horizontal()
 {