X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fsfactor.c;h=8cc7492d771b83ab909984ba6f144ba551e689ba;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=8d027fe4a52cbe945223c5fd103a3618f5044308;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/sfactor.c b/src/gromacs/gmxana/sfactor.c index 8d027fe4a5..8cc7492d77 100644 --- a/src/gromacs/gmxana/sfactor.c +++ b/src/gromacs/gmxana/sfactor.c @@ -36,22 +36,23 @@ */ #include "gmxpre.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/utility/futil.h" -#include "gromacs/math/utilities.h" -#include "gromacs/utility/fatalerror.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/topology/index.h" +#include "sfactor.h" + +#include "gromacs/fileio/gmxfio.h" #include "gromacs/fileio/strdb.h" #include "gromacs/fileio/tpxio.h" #include "gromacs/fileio/trxio.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/oenv.h" -#include "gromacs/fileio/gmxfio.h" #include "gromacs/fileio/xvgr.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/names.h" -#include "sfactor.h" +#include "gromacs/legacyheaders/oenv.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/utilities.h" +#include "gromacs/math/vec.h" +#include "gromacs/topology/index.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" typedef struct gmx_structurefactors {