Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / hxprops.c
index ee949e9c4db9ae5c2e7461181976ae7250e06882..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.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
+
+#include "hxprops.h"
 
 #include <math.h>
 #include <string.h>
 
-#include "typedefs.h"
-#include "macros.h"
-#include "physics.h"
-#include "vec.h"
-#include "index.h"
-#include "hxprops.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 "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
-#include "bondf.h"
-
-#include "gmx_fatal.h"
 
 real ellipticity(int nres, t_bb bb[])
 {