X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Futility%2Fgmxregex.cpp;h=81efa86870b212326be4bf1c1623354bf26efa3d;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=cf0fc9746b2c7c90525a66e8fb83971bc6be30a1;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/utility/gmxregex.cpp b/src/gromacs/utility/gmxregex.cpp index cf0fc9746b..81efa86870 100644 --- a/src/gromacs/utility/gmxregex.cpp +++ b/src/gromacs/utility/gmxregex.cpp @@ -46,8 +46,8 @@ #include "config.h" #if defined(HAVE_POSIX_REGEX) -// old Mac needs sys/types.h before regex.h #include +// old Mac needs sys/types.h before regex.h #include #define USE_POSIX_REGEX #elif defined(HAVE_CXX11_REGEX) @@ -55,8 +55,8 @@ #define USE_CXX11_REGEX #endif -#include "exceptions.h" -#include "stringutil.h" +#include "gromacs/utility/exceptions.h" +#include "gromacs/utility/stringutil.h" namespace gmx {