Manually sort some includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / imd / imd.c
index 3392fe138860d1f7a8ac1e9d5d76f0919776aee8..7c6585260e25f5c75927454e674357403846071a 100644 (file)
  *
  * \ingroup module_imd
  */
-
 #include "gmxpre.h"
 
-#include "config.h"
+#include "imd.h"
 
 #include <errno.h>
 #include <string.h>
 
+#include "config.h"
+
 #ifdef GMX_NATIVE_WINDOWS
 #include <windows.h>
 #else
 #include <unistd.h>
 #endif
 
-#include "imd.h"
-#include "imdsocket.h"
-#include "gromacs/legacyheaders/network.h"
-#include "gromacs/legacyheaders/mdrun.h"
-#include "gromacs/legacyheaders/sighandler.h"
-#include "gromacs/legacyheaders/gmx_ga2la.h"
-#include "gromacs/mdlib/groupcoord.h"
 #include "gromacs/fileio/confio.h"
-#include "gromacs/topology/mtop_util.h"
-#include "gromacs/legacyheaders/names.h"
-#include "gromacs/timing/wallcycle.h"
-
 #include "gromacs/fileio/xvgr.h"
+#include "gromacs/imd/imdsocket.h"
+#include "gromacs/legacyheaders/gmx_ga2la.h"
+#include "gromacs/legacyheaders/mdrun.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/sighandler.h"
 #include "gromacs/math/vec.h"
+#include "gromacs/mdlib/groupcoord.h"
 #include "gromacs/pbcutil/pbc.h"
+#include "gromacs/timing/wallcycle.h"
+#include "gromacs/topology/mtop_util.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"