X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Ftoppush.c;h=161940b72e0f2a73267baeab449016d12247b67d;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=fdefac9f1401f70fa0288375cd09bcc159bd2125;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/toppush.c b/src/gromacs/gmxpreprocess/toppush.c index fdefac9f14..161940b72e 100644 --- a/src/gromacs/gmxpreprocess/toppush.c +++ b/src/gromacs/gmxpreprocess/toppush.c @@ -36,21 +36,21 @@ */ #include "gmxpre.h" +#include "toppush.h" + #include #include #include #include +#include "gromacs/gmxpreprocess/gpp_atomtype.h" +#include "gromacs/gmxpreprocess/gpp_bond_atomtype.h" +#include "gromacs/gmxpreprocess/readir.h" +#include "gromacs/gmxpreprocess/topdirs.h" +#include "gromacs/gmxpreprocess/toputil.h" #include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/names.h" -#include "toputil.h" -#include "toppush.h" -#include "topdirs.h" -#include "readir.h" #include "gromacs/legacyheaders/warninp.h" -#include "gpp_atomtype.h" -#include "gpp_bond_atomtype.h" - #include "gromacs/topology/symtab.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h"