Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / mdrun / membed.c
index af701ac48f30412ec7a247b1ff9e03658ab6c2a8..cef61ffb3d38ae580263b7bee1bc5acf814be74b 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "membed.h"
+
 #include <signal.h>
 #include <stdlib.h>
+
+#include "gromacs/essentialdynamics/edsam.h"
+#include "gromacs/fileio/tpxio.h"
+#include "gromacs/gmxpreprocess/readir.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/readinp.h"
 #include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/types/commrec.h"
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/macros.h"
-#include "gromacs/utility/futil.h"
-#include "gromacs/essentialdynamics/edsam.h"
+#include "gromacs/pbcutil/pbc.h"
 #include "gromacs/topology/index.h"
-#include "gromacs/legacyheaders/names.h"
 #include "gromacs/topology/mtop_util.h"
-#include "gromacs/fileio/tpxio.h"
 #include "gromacs/utility/cstringutil.h"
-#include "membed.h"
-#include "gromacs/pbcutil/pbc.h"
-#include "gromacs/legacyheaders/readinp.h"
-#include "gromacs/gmxpreprocess/readir.h"
+#include "gromacs/utility/futil.h"
+#include "gromacs/utility/smalloc.h"
 
 /* information about scaling center */
 typedef struct {