X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_anadock.c;h=98675b56879fd89d976eff6c3b85c36b35add6f8;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=b0e506085cb71da42227998db5cbadbabd0eb13f;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_anadock.c b/src/gromacs/gmxana/gmx_anadock.c index b0e506085c..98675b5687 100644 --- a/src/gromacs/gmxana/gmx_anadock.c +++ b/src/gromacs/gmxana/gmx_anadock.c @@ -39,18 +39,18 @@ #include #include +#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/confio.h" +#include "gromacs/fileio/xvgr.h" #include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/utility/futil.h" -#include "gromacs/utility/fatalerror.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/utility/cstringutil.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/vec.h" #include "gromacs/statistics/statistics.h" -#include "gromacs/commandline/pargs.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/fileio/xvgr.h" -#include "gromacs/legacyheaders/macros.h" +#include "gromacs/utility/cstringutil.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" static const char *etitles[] = { "E-docked", "Free Energy" };