X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Freadir.c;h=8f55b6c6609358dcc0d19c872e9da8e9fdb006d3;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=0322b5b28c490ee4807eb4a3d05f38fd8234d28e;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/readir.c b/src/gromacs/gmxpreprocess/readir.c index 0322b5b28c..8f55b6c660 100644 --- a/src/gromacs/gmxpreprocess/readir.c +++ b/src/gromacs/gmxpreprocess/readir.c @@ -36,30 +36,30 @@ */ #include "gmxpre.h" +#include "readir.h" + #include #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/math/units.h" -#include "gromacs/legacyheaders/names.h" +#include "gromacs/gmxpreprocess/calc_verletbuf.h" +#include "gromacs/gmxpreprocess/toputil.h" +#include "gromacs/legacyheaders/chargegroup.h" +#include "gromacs/legacyheaders/inputrec.h" #include "gromacs/legacyheaders/macros.h" -#include "gromacs/topology/index.h" -#include "gromacs/utility/cstringutil.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/network.h" #include "gromacs/legacyheaders/readinp.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/warninp.h" -#include "readir.h" -#include "toputil.h" -#include "gromacs/legacyheaders/network.h" +#include "gromacs/math/units.h" #include "gromacs/math/vec.h" #include "gromacs/pbcutil/pbc.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/legacyheaders/chargegroup.h" -#include "gromacs/legacyheaders/inputrec.h" -#include "calc_verletbuf.h" - #include "gromacs/topology/block.h" +#include "gromacs/topology/index.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/topology/symtab.h" +#include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h"