X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Faddconf.c;h=7a6e0b0b7f2a96adecb013edddb678c0b6a15260;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=b2d1f3a751324474be505a5c681500f35102505b;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/addconf.c b/src/gromacs/gmxpreprocess/addconf.c index b2d1f3a751..7a6e0b0b7f 100644 --- a/src/gromacs/gmxpreprocess/addconf.c +++ b/src/gromacs/gmxpreprocess/addconf.c @@ -41,20 +41,19 @@ #include #include -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/legacyheaders/chargegroup.h" #include "gromacs/legacyheaders/force.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/legacyheaders/nsgrid.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/mdatoms.h" +#include "gromacs/legacyheaders/names.h" #include "gromacs/legacyheaders/nrnb.h" #include "gromacs/legacyheaders/ns.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/legacyheaders/chargegroup.h" - +#include "gromacs/legacyheaders/nsgrid.h" +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/math/vec.h" #include "gromacs/pbcutil/pbc.h" #include "gromacs/topology/block.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/topology/topology.h" #include "gromacs/utility/smalloc.h"