Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / trajectoryanalysis / modules / nsc.c
index 7dab3febbc722dce954d91bf88f0051cee062d84..ffc58420e39ac3d414131e91c29ff920165eabd2 100644 (file)
@@ -34,9 +34,7 @@
  * 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 <stdio.h>
 #include <string.h>
@@ -46,7 +44,7 @@
 
 /* Modified DvdS */
 #include "gromacs/pbcutil/pbc.h"
-#include "macros.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/utility/smalloc.h"
 #include "nsc.h"