X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fprotonate.c;h=4b73ff2760088291247b6ee7a5381e70f1bbb495;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=5f1d99f6fce8a97de85e82d2696333337f8fbe78;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/protonate.c b/src/gromacs/gmxpreprocess/protonate.c index 5f1d99f6fc..4b73ff2760 100644 --- a/src/gromacs/gmxpreprocess/protonate.c +++ b/src/gromacs/gmxpreprocess/protonate.c @@ -39,20 +39,20 @@ #include "protonate.h" #include -#include "gromacs/utility/cstringutil.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/smalloc.h" + #include "gromacs/commandline/pargs.h" #include "gromacs/fileio/confio.h" -#include "genhydro.h" #include "gromacs/fileio/tpxio.h" #include "gromacs/fileio/trxio.h" -#include "gromacs/topology/index.h" +#include "gromacs/gmxpreprocess/genhydro.h" +#include "gromacs/gmxpreprocess/hackblock.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/vec.h" -#include "hackblock.h" - +#include "gromacs/topology/index.h" +#include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/smalloc.h" int gmx_protonate(int argc, char *argv[]) {