Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / disre.c
index 764e8e13961fe1619a46e8fdcd5dfa6a3b12a8a8..8e2fefd24f61135c711984d5bee998eadba38eb0 100644 (file)
 /* This file is completely threadsafe - keep it that way! */
 #include "gmxpre.h"
 
+#include "gromacs/legacyheaders/disre.h"
+
 #include "config.h"
 
 #include <math.h>
 #include <stdlib.h>
 
-#include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/legacyheaders/types/commrec.h"
-#include "gromacs/legacyheaders/macros.h"
-#include "gromacs/utility/futil.h"
 #include "gromacs/legacyheaders/copyrite.h"
-#include "gromacs/legacyheaders/disre.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/main.h"
-#include "gromacs/topology/mtop_util.h"
-
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/types/commrec.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/ishift.h"
 #include "gromacs/pbcutil/mshift.h"
 #include "gromacs/pbcutil/pbc.h"
+#include "gromacs/topology/mtop_util.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
 #include "gromacs/utility/smalloc.h"
 
 void init_disres(FILE *fplog, const gmx_mtop_t *mtop,