Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxana / nrama.c
index 46373597c72a44485a505af3e5e75ed028f1801a..a69fc8a3bd837111065f7547aaea6879c7072420 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
-
 #include <math.h>
 #include <stdlib.h>
 
 #include "nrama.h"
-#include "gromacs/utility/smalloc.h"
-#include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/legacyheaders/bondf.h"
+
+#include "gromacs/bonded/bonded.h"
 #include "gromacs/utility/futil.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/smalloc.h"
 #include "gromacs/pbcutil/rmpbc.h"
 
 static const char *pp_pat[] = { "C", "N", "CA", "C", "N" };