Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / eigio.c
index 37e8506e76920d5492b455fc7f23df262eaed747..8d65ffbc59ab3123577f8604cf5b7af5a2a8f26e 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "config.h"
+#include "gmxpre.h"
 
-#include "gromacs/utility/smalloc.h"
-#include "gromacs/math/vec.h"
 #include "eigio.h"
-#include "gromacs/fileio/trnio.h"
+
 #include "gromacs/fileio/tpxio.h"
+#include "gromacs/fileio/trnio.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/utility/futil.h"
+#include "gromacs/utility/smalloc.h"
 
 void read_eigenvectors(const char *file, int *natoms, gmx_bool *bFit,
                        rvec **xref, gmx_bool *bDMR,