Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_angle.c
index 534f9153cd47d73ea42158b76963101f4c939c12..927e15abaf37b5a4415e5c55b71ff529ca1e4ac9 100644 (file)
 #include <math.h>
 #include <string.h>
 
-#include "sysstuff.h"
-#include "physics.h"
+#include "gromacs/math/units.h"
 #include "typedefs.h"
 #include "gromacs/utility/smalloc.h"
-#include "gromacs/fileio/futil.h"
+#include "gromacs/utility/futil.h"
 #include "gromacs/commandline/pargs.h"
 #include "copyrite.h"
-#include "vec.h"
-#include "index.h"
+#include "gromacs/math/vec.h"
+#include "gromacs/topology/index.h"
 #include "macros.h"
-#include "gmx_fatal.h"
-#include "xvgr.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/fileio/xvgr.h"
+#include "viewit.h"
 #include "gstat.h"
 #include "gromacs/fileio/trnio.h"
 #include "gmx_ana.h"