The tablegen groups only need public_deps for inc files included
(possibly transitively) in other targets. Move inc files that are
internan to the MCTargetDesc libraries into regular deps.
Reduces total size of the generated ninja files by 4kB and increases
build parallelism a tiny bit.
Related to the changes that merged InstPrinter into MCTargetDesc
(360484, 360486 etc).