X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fexpanded.c;h=4996f51371992bc647458d34e5183dcb3405804c;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=be1ea75c670a83719bfb7c59ccfcb400ab289513;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/expanded.c b/src/gromacs/mdlib/expanded.c index be1ea75c67..4996f51371 100644 --- a/src/gromacs/mdlib/expanded.c +++ b/src/gromacs/mdlib/expanded.c @@ -37,36 +37,34 @@ #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/names.h" #include "gromacs/fileio/confio.h" -#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/fileio/gmxfio.h" +#include "gromacs/fileio/trnio.h" +#include "gromacs/fileio/xtcio.h" +#include "gromacs/legacyheaders/calcmu.h" #include "gromacs/legacyheaders/chargegroup.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/nrnb.h" +#include "gromacs/legacyheaders/constr.h" +#include "gromacs/legacyheaders/disre.h" +#include "gromacs/legacyheaders/domdec.h" +#include "gromacs/legacyheaders/force.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/mdatoms.h" #include "gromacs/legacyheaders/mdrun.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/nrnb.h" +#include "gromacs/legacyheaders/orires.h" +#include "gromacs/legacyheaders/pme.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/update.h" #include "gromacs/math/units.h" -#include "gromacs/legacyheaders/mdatoms.h" -#include "gromacs/legacyheaders/force.h" -#include "gromacs/legacyheaders/pme.h" -#include "gromacs/legacyheaders/disre.h" -#include "gromacs/legacyheaders/orires.h" -#include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/calcmu.h" -#include "gromacs/legacyheaders/constr.h" +#include "gromacs/math/vec.h" #include "gromacs/random/random.h" -#include "gromacs/legacyheaders/domdec.h" -#include "gromacs/legacyheaders/macros.h" - -#include "gromacs/fileio/confio.h" -#include "gromacs/fileio/gmxfio.h" -#include "gromacs/fileio/trnio.h" -#include "gromacs/fileio/xtcio.h" #include "gromacs/timing/wallcycle.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/gmxmpi.h" +#include "gromacs/utility/smalloc.h" static void init_df_history_weights(df_history_t *dfhist, t_expanded *expand, int nlim) {