X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fhackblock.c;h=c30a69851b82c6b85476b52c3bab218c1dfd0571;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=ff7f0fdf2e742c565c4b0043d7351afefc8f5741;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/hackblock.c b/src/gromacs/gmxpreprocess/hackblock.c index ff7f0fdf2e..c30a69851b 100644 --- a/src/gromacs/gmxpreprocess/hackblock.c +++ b/src/gromacs/gmxpreprocess/hackblock.c @@ -37,12 +37,14 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" -#include #include "hackblock.h" + +#include + +#include "gromacs/legacyheaders/names.h" +#include "gromacs/math/vec.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/smalloc.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/names.h" /* these MUST correspond to the enum in hackblock.h */ const char *btsNames[ebtsNR] = { "bonds", "angles", "dihedrals", "impropers", "exclusions", "cmap" };