X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ffft%2Fparallel_3dfft.h;h=145b0a97b7bb241ffa35f3f217125cdc5c5a5e64;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=2a3fe97d5fa49ee8a410cf382b9341b465e4fd28;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/fft/parallel_3dfft.h b/src/gromacs/fft/parallel_3dfft.h index 2a3fe97d5f..145b0a97b7 100644 --- a/src/gromacs/fft/parallel_3dfft.h +++ b/src/gromacs/fft/parallel_3dfft.h @@ -37,13 +37,12 @@ #ifndef GMX_FFT_PARALLEL_3DFFT_H #define GMX_FFT_PARALLEL_3DFFT_H -#include "../math/gmxcomplex.h" -#include "../timing/wallcycle.h" -#include "../utility/basedefinitions.h" -#include "../utility/gmxmpi.h" -#include "../utility/real.h" - -#include "fft.h" +#include "gromacs/fft/fft.h" +#include "gromacs/math/gmxcomplex.h" +#include "gromacs/timing/wallcycle.h" +#include "gromacs/utility/basedefinitions.h" +#include "gromacs/utility/gmxmpi.h" +#include "gromacs/utility/real.h" #ifdef __cplusplus extern "C" {