Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / linearalgebra / gmx_arpack.c
index 8fb3f175844fd1ad04e584bd5e07449c8b60d97c..287f0da282b4839c90b2ed69ee27114b5326c2a8 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 "gmxpre.h"
+
+#include "gmx_arpack.h"
+
 #include <math.h>
 #include <string.h>
 
 #include "gromacs/utility/basedefinitions.h"
 #include "gromacs/utility/real.h"
 
-#include "gmx_arpack.h"
 #include "gmx_blas.h"
 #include "gmx_lapack.h"