Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / princ.c
index b202935ecba0c56ce0bb171fc260144c8d94c54d..fb7dcad1d7002380832aabf44ff4d2ea75d01f7a 100644 (file)
 /* This file is completely threadsafe - keep it that way! */
 #include "gmxpre.h"
 
-#include "config.h"
+#include "princ.h"
 
+#include "gromacs/legacyheaders/txtdump.h"
 #include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/linearalgebra/nrjac.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/utility/smalloc.h"
-#include "gromacs/legacyheaders/txtdump.h"
-#include "princ.h"
-
-#include "gromacs/linearalgebra/nrjac.h"
 
 static void m_op(matrix mat, rvec x)
 {