Move tools code to where it is used
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 21 May 2014 17:47:52 +0000 (19:47 +0200)
committerDavid van der Spoel <spoel@xray.bmc.uu.se>
Sat, 24 May 2014 08:49:09 +0000 (10:49 +0200)
commit64c944e6139822ca925da4fbf440de00e6a86299
tree13b21533f3e199809c22d55b856442c7042d54b0
parent69ea07e74404553f99b01531427c2c3f2b085325
Move tools code to where it is used

All the actual clients of calch.c and princ.c were respectively
in gmxpreprocess and gmxana, so it makes more sense for them
to be there, together with their headers. Removed some
unneccesary #includes of those headers.

Change-Id: I47f6d2f1e3a4670ebba907b874590e362f070eac
src/gromacs/gmxana/gmx_densmap.c
src/gromacs/gmxana/gmx_trjorder.c
src/gromacs/gmxana/princ.c [moved from src/gromacs/gmxlib/princ.c with 100% similarity]
src/gromacs/gmxana/princ.h [moved from src/gromacs/legacyheaders/princ.h with 96% similarity]
src/gromacs/gmxpreprocess/calch.c [moved from src/gromacs/gmxlib/calch.c with 100% similarity]
src/gromacs/gmxpreprocess/calch.h [moved from src/gromacs/legacyheaders/calch.h with 94% similarity]
src/gromacs/gmxpreprocess/pdb2gmx.c
src/gromacs/gmxpreprocess/readpull.c
src/gromacs/pulling/pullutil.c