X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fgenconf.c;h=9f9a57ce8cda8b3f08e81d47b2aa7b9273ffca21;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=13ee6050362798679a140596aa52620aef0d7c82;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/genconf.c b/src/gromacs/gmxpreprocess/genconf.c index 13ee605036..9f9a57ce8c 100644 --- a/src/gromacs/gmxpreprocess/genconf.c +++ b/src/gromacs/gmxpreprocess/genconf.c @@ -38,17 +38,16 @@ #include "genconf.h" -#include "gromacs/math/utilities.h" -#include "gromacs/legacyheaders/macros.h" +#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/confio.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/legacyheaders/readinp.h" -#include "gromacs/legacyheaders/names.h" -#include "sortwater.h" #include "gromacs/fileio/trxio.h" - -#include "gromacs/commandline/pargs.h" +#include "gromacs/gmxpreprocess/sortwater.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/readinp.h" +#include "gromacs/legacyheaders/txtdump.h" #include "gromacs/math/3dtransforms.h" +#include "gromacs/math/utilities.h" #include "gromacs/math/vec.h" #include "gromacs/random/random.h" #include "gromacs/utility/fatalerror.h"