Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / rf_util.c
index a6c4f11f26bd63a96ef0dc27c8b070ebbabd9e71..a4703cca24ebd8af1d5be38ae523119e038dd3f0 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 "typedefs.h"
-#include "force.h"
-#include "names.h"
-#include "copyrite.h"
+#include "gmxpre.h"
 
+#include "gromacs/legacyheaders/copyrite.h"
+#include "gromacs/legacyheaders/force.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/math/units.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/ishift.h"
 #include "gromacs/pbcutil/mshift.h"
 #include "gromacs/pbcutil/pbc.h"
-#include "gromacs/math/units.h"
-#include "gromacs/math/vec.h"
 
 real RF_excl_correction(const t_forcerec *fr, t_graph *g,
                         const t_mdatoms *mdatoms, const t_blocka *excl,