X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fgmxcpp.c;h=42fd453757e26f6897498a16f21ce5413cf92261;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=81795e98054c763b97a2eb8eda83a77ca965ef52;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/gmxcpp.c b/src/gromacs/gmxpreprocess/gmxcpp.c index 81795e9805..42fd453757 100644 --- a/src/gromacs/gmxpreprocess/gmxcpp.c +++ b/src/gromacs/gmxpreprocess/gmxcpp.c @@ -36,21 +36,23 @@ */ #include "gmxpre.h" -#include +#include "gmxcpp.h" + +#include +#include +#include +#include #include #include -#include #include -#include -#include -#include -#include "gromacs/utility/cstringutil.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/utility/futil.h" +#include + #include "gromacs/legacyheaders/macros.h" +#include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" -#include "gmxcpp.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" typedef struct { char *name;