X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Ftoppush.c;h=8272b7787ecf3f2dad111040e9d2ca76dca6b884;hb=19d3c2e5d0c401eb59010960d11a18b6ba2c54c6;hp=fab21dda5189c7318f28a6361e689b98f3503fae;hpb=a349e4beffcbe43be945226384d2a590b27263f0;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/toppush.c b/src/gromacs/gmxpreprocess/toppush.c index fab21dda51..8272b7787e 100644 --- a/src/gromacs/gmxpreprocess/toppush.c +++ b/src/gromacs/gmxpreprocess/toppush.c @@ -34,28 +34,27 @@ * To help us fund GROMACS development, we humbly ask that you cite * the research papers on the package. Check out http://www.gromacs.org. */ -#ifdef HAVE_CONFIG_H -#include -#endif +#include "gmxpre.h" +#include "toppush.h" + +#include #include #include -#include - -#include "sysstuff.h" -#include "gromacs/utility/smalloc.h" -#include "macros.h" +#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 "gromacs/legacyheaders/warninp.h" +#include "gromacs/topology/symtab.h" #include "gromacs/utility/cstringutil.h" -#include "names.h" -#include "toputil.h" -#include "toppush.h" -#include "topdirs.h" -#include "readir.h" -#include "symtab.h" -#include "gmx_fatal.h" -#include "warninp.h" -#include "gpp_atomtype.h" -#include "gpp_bond_atomtype.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/smalloc.h" void generate_nbparams(int comb, int ftype, t_params *plist, gpp_atomtype_t atype, warninp_t wi)