Move vec.h to math/
[alexxy/gromacs.git] / src / gromacs / imd / imd.c
index 1210cdf2f6c8cdf5569e2c63c296311b86200d51..e05379ccb7c1880087099ce16b6419b14d3355d5 100644 (file)
 
 #include "imd.h"
 #include "imdsocket.h"
-#include "gromacs/utility/smalloc.h"
 #include "network.h"
 #include "mdrun.h"
 #include "sighandler.h"
 #include "gmx_ga2la.h"
-#include "gromacs/fileio/xvgr.h"
 #include "gromacs/mdlib/groupcoord.h"
 #include "gromacs/fileio/confio.h"
 #include "mtop_util.h"
 #include "names.h"
 #include "gromacs/timing/wallcycle.h"
 
+#include "gromacs/fileio/xvgr.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/smalloc.h"
 
 /*! \brief How long shall we wait in seconds until we check for a connection again? */
 #define IMDLOOPWAIT 1