Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / imd / imd.c
index 7a66bb9d3fcde6e9e21b42d55620011c956af2e2..7c608c7bd54d528c546de617a3c85a5d809426e5 100644 (file)
@@ -45,6 +45,9 @@
  *
  * \ingroup module_imd
  */
+#include "gmxpre.h"
+
+#include "imd.h"
 
 #include "config.h"
 
 #include <unistd.h>
 #endif
 
-#include "imd.h"
-#include "imdsocket.h"
-#include "network.h"
-#include "mdrun.h"
-#include "sighandler.h"
-#include "gmx_ga2la.h"
-#include "gromacs/mdlib/groupcoord.h"
 #include "gromacs/fileio/confio.h"
-#include "gromacs/topology/mtop_util.h"
-#include "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"