X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmath%2Fgmxcomplex.h;h=8fa0c8ad6a8570b0fc45cfcbac2d6aa201908e8f;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=111ca37af1ae8418e73311ace51020997bb1d84e;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/math/gmxcomplex.h b/src/gromacs/math/gmxcomplex.h index 111ca37af1..8fa0c8ad6a 100644 --- a/src/gromacs/math/gmxcomplex.h +++ b/src/gromacs/math/gmxcomplex.h @@ -39,9 +39,8 @@ #include -#include "../utility/real.h" - -#include "vectypes.h" +#include "gromacs/math/vectypes.h" +#include "gromacs/utility/real.h" typedef struct { real re, im;