Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / geminate.c
index 19699c0b34cb0e205386246f4d71ddd2c4863966..2b8603dfe68e59f02168eec0086eaf6f975c277e 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
+#include "geminate.h"
 
 #include <math.h>
 #include <stdlib.h>
 
 #include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/math/vec.h"
-#include "geminate.h"
-
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/gmxomp.h"
+#include "gromacs/utility/smalloc.h"
 
 static void missing_code_message()
 {