Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxana / cmat.c
index 9c2bb517c601216e33cefd263d36abff92242bdd..fab169f798f615da7d29813a213db408372b9570 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 "cmat.h"
 #include "gromacs/utility/smalloc.h"
-#include "macros.h"
-#include "vec.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/fileio/xvgr.h"
 #include "gromacs/fileio/matio.h"
 #include "gromacs/utility/futil.h"