X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fswap%2Fswapcoords.c;h=c81f4bba1e60d02a4894595dbe17c458c9e341f6;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=734b13b5e73a7dcb9da596c706d5949b0ddcbf31;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/swap/swapcoords.c b/src/gromacs/swap/swapcoords.c index 734b13b5e7..c81f4bba1e 100644 --- a/src/gromacs/swap/swapcoords.c +++ b/src/gromacs/swap/swapcoords.c @@ -41,28 +41,28 @@ */ #include "gmxpre.h" +#include "swapcoords.h" + #include #include #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/cstringutil.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/mdlib/groupcoord.h" -#include "gromacs/topology/mtop_util.h" +#include "gromacs/fileio/confio.h" +#include "gromacs/fileio/xvgr.h" +#include "gromacs/legacyheaders/copyrite.h" #include "gromacs/legacyheaders/macros.h" -#include "gromacs/math/vec.h" +#include "gromacs/legacyheaders/mdrun.h" #include "gromacs/legacyheaders/names.h" #include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/mdrun.h" -#include "gromacs/fileio/xvgr.h" -#include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/fileio/confio.h" -#include "gromacs/timing/wallcycle.h" -#include "swapcoords.h" - +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/vec.h" +#include "gromacs/mdlib/groupcoord.h" #include "gromacs/pbcutil/pbc.h" +#include "gromacs/timing/wallcycle.h" +#include "gromacs/topology/mtop_util.h" +#include "gromacs/utility/cstringutil.h" +#include "gromacs/utility/smalloc.h" static char *SwS = {"SWAP:"}; /**< For output that comes from the swap module */ static char *SwSEmpty = {" "}; /**< Placeholder for multi-line output */