Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / hxprops.c
index 1007112bb2f5016b508bb467aa77107a7ad82230..57acd55c76bb653afecbbfb0d9a0261cb011b382 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 "hxprops.h"
 
 #include <math.h>
 #include <string.h>
 
-#include "typedefs.h"
-#include "macros.h"
+#include "gromacs/bonded/bonded.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/math/units.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/topology/index.h"
-#include "hxprops.h"
-#include "gromacs/utility/smalloc.h"
-#include "bondf.h"
-
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/smalloc.h"
 
 real ellipticity(int nres, t_bb bb[])
 {