Move gstat.h to gmxana/
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 4 Jan 2014 18:59:13 +0000 (20:59 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 7 Jan 2014 05:24:19 +0000 (06:24 +0100)
commit8975a03419fcddfd882cac84be2142bfc7c5a1ea
tree9fbb9a758f6a16e53caaf4a8a21e026aad8a4b5e
parent1e06bdef560077e074f907611a152783e9d0a41b
Move gstat.h to gmxana/

Remove unnecessary inclusions of gstat.h from outside gmxana/.
Now that the header is no longer used outside gmxana/, move it into that
directory.  Still install the header, since it contains a wide mixture
of stuff, some of which may actually be used by user tools.

This cleans up the include dependency graph considerably, since the
legacyheaders/ directory no longer depends on commandline/.  This was a
source of a cyclic dependency that made the graph layout very confusing.

Change-Id: I3843f2773d6b393e4d260e84478ab559ab8e00d7
src/gromacs/gmxana/CMakeLists.txt
src/gromacs/gmxana/gstat.h [moved from src/gromacs/legacyheaders/gstat.h with 98% similarity]
src/gromacs/gmxlib/gbutil.c
src/gromacs/gmxlib/nrjac.c
src/gromacs/gmxlib/princ.c
src/gromacs/gmxlib/rmpbc.c
src/programs/view/manager.cpp