Renamed bonded module as 'listed-forces'
[alexxy/gromacs.git] / src / gromacs / gmxana / nrama.c
index c977418324fe0e09bba9fb99b7a78125529e4b35..5c40c6755958a681e8150f16ce0e92d62251655b 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 "nrama.h"
 
 #include <math.h>
 #include <stdlib.h>
 
-#include "nrama.h"
-#include "gromacs/utility/smalloc.h"
-#include "typedefs.h"
-#include "bondf.h"
-#include "gromacs/utility/futil.h"
-#include "gromacs/utility/fatalerror.h"
+#include "gromacs/listed-forces/bonded.h"
 #include "gromacs/pbcutil/rmpbc.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
+#include "gromacs/utility/smalloc.h"
 
 static const char *pp_pat[] = { "C", "N", "CA", "C", "N" };
 #define NPP (sizeof(pp_pat)/sizeof(pp_pat[0]))