Manually sort some includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / trajectoryanalysis / modules / nsc.c
index ab27dae4e32c7c477d252bd4f56c224a28dd3290..29f9875b6e10e28c4d213dfb7f176ea40c13e0ff 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 "nsc.h"
 
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
 #include <math.h>
 #include <stdarg.h>
-/* Modified DvdS */
-#include "pbc.h"
-#include "macros.h"
-#include "vec.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/math/vec.h"
+#include "gromacs/pbcutil/pbc.h"
 #include "gromacs/utility/smalloc.h"
-#include "nsc.h"
 
 #define TEST_NSC 0