X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fshellfc.c;h=ce00047a385e027f53baf857f9d1c25cd3b244df;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=ad3f4d5c6ef37b4340042402e07d45e4f8efa456;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/shellfc.c b/src/gromacs/mdlib/shellfc.c index ad3f4d5c6e..ce00047a38 100644 --- a/src/gromacs/mdlib/shellfc.c +++ b/src/gromacs/mdlib/shellfc.c @@ -36,29 +36,29 @@ */ #include "gmxpre.h" +#include "gromacs/legacyheaders/shellfc.h" + #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/chargegroup.h" +#include "gromacs/legacyheaders/constr.h" +#include "gromacs/legacyheaders/domdec.h" #include "gromacs/legacyheaders/force.h" -#include "gromacs/legacyheaders/mdrun.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/mdatoms.h" -#include "gromacs/legacyheaders/vsite.h" -#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/mdrun.h" #include "gromacs/legacyheaders/names.h" -#include "gromacs/legacyheaders/constr.h" -#include "gromacs/legacyheaders/domdec.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/vsite.h" +#include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/math/units.h" -#include "gromacs/legacyheaders/shellfc.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/legacyheaders/chargegroup.h" -#include "gromacs/legacyheaders/macros.h" - #include "gromacs/math/vec.h" #include "gromacs/pbcutil/mshift.h" #include "gromacs/pbcutil/pbc.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h"