X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fprograms%2Fview%2Fmanager.cpp;h=c77acc18466db37b02142cd41eb7e291b0e0f9de;hb=6d1bc0a87809729252a3e706b6ff24c9df35c57f;hp=b7f89c2c67214a14b9844914afb33a9912a5ebdf;hpb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;p=alexxy%2Fgromacs.git diff --git a/src/programs/view/manager.cpp b/src/programs/view/manager.cpp index b7f89c2c67..c77acc1846 100644 --- a/src/programs/view/manager.cpp +++ b/src/programs/view/manager.cpp @@ -46,12 +46,13 @@ #include // for usleep() #endif -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/legacyheaders/copyrite.h" +#include "manager.h" #include "gromacs/fileio/tpxio.h" +#include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/utilities.h" #include "gromacs/math/vec.h" #include "gromacs/pbcutil/pbc.h" @@ -61,7 +62,6 @@ #include "gromacs/utility/smalloc.h" #include "3dview.h" -#include "manager.h" #include "nmol.h" static void add_object(t_manager *man, eObject eO, atom_id ai, atom_id aj)