Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_dipoles.cpp
index 79f3d2a6132ab157b0e3178bef939821a6729582..d7338e58d4f159ac1c7ef86609738a6fa98bafca 100644 (file)
 
 #include <algorithm>
 
-#include "macros.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/pbcutil/pbc.h"
-#include "bondf.h"
+#include "gromacs/legacyheaders/bondf.h"
 #include "gromacs/utility/futil.h"
-#include "viewit.h"
-#include "txtdump.h"
+#include "gromacs/legacyheaders/viewit.h"
+#include "gromacs/legacyheaders/txtdump.h"
 #include "gromacs/statistics/statistics.h"
 #include "gstat.h"
 #include "gromacs/topology/index.h"
 #include "gromacs/random/random.h"
-#include "names.h"
+#include "gromacs/legacyheaders/names.h"
 #include "gromacs/math/units.h"
-#include "calcmu.h"
+#include "gromacs/legacyheaders/calcmu.h"
 #include "gromacs/fileio/enxio.h"
 #include "gmx_ana.h"
-#include "copyrite.h"
+#include "gromacs/legacyheaders/copyrite.h"
 #include "gromacs/fileio/trxio.h"
 
 #include "gromacs/commandline/pargs.h"