Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / ifunc.c
index e27b78aa22c23e51d52228a0b2e185a039bed094..5a649c0bb02ef7e92317e1193a790b61578c6379 100644 (file)
 #include "gmxpre.h"
 
 #include "gromacs/bonded/bonded.h"
-#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/disre.h"
-#include "gromacs/legacyheaders/orires.h"
 #include "gromacs/legacyheaders/genborn.h"
+#include "gromacs/legacyheaders/orires.h"
+#include "gromacs/legacyheaders/typedefs.h"
 
 #define  def_bonded(str, lstr, nra, nrpa, nrpb, ind, func) \
     {str, lstr, (nra), (nrpa), (nrpb), IF_BOND,                        (ind), (func)}