Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / mdlib / genborn_allvsall_sse2_single.c
index c43763a9872d013a57b5af63c82a15fd568a28d2..b2862e603795560246193544ad9e592dd0e1b811 100644 (file)
 #include "config.h"
 
 #include <math.h>
-#include "types/simple.h"
+#include "gromacs/legacyheaders/types/simple.h"
 
 #include "gromacs/math/vec.h"
 #include "gromacs/utility/smalloc.h"
 
-#include "network.h"
+#include "gromacs/legacyheaders/network.h"
 #include "gromacs/math/units.h"
-#include "genborn.h"
+#include "gromacs/legacyheaders/genborn.h"
 #include "genborn_allvsall.h"
 
 #if 0 && defined (GMX_SIMD_X86_SSE2_OR_HIGHER)