Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxana / autocorr.c
index 0408538cf7bb7e4c921b9e4265ec7011b6702907..fc51fcbcdca43e51893efd5b9288ae279fddbb96 100644 (file)
 #include <stdio.h>
 #include <string.h>
 
-#include "macros.h"
-#include "typedefs.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/fileio/xvgr.h"
 #include "gromacs/utility/futil.h"
 #include "gstat.h"
-#include "names.h"
+#include "gromacs/legacyheaders/names.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/math/vec.h"
 #include "correl.h"