Fix the jit build after header flattening of r219402
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 9 Jan 2015 21:45:33 +0000 (21:45 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 9 Jan 2015 21:45:33 +0000 (21:45 +0000)
commit860e981ce96b322ed991c4a1744f588917e5b268
tree4610da322493613248643b5a83dd8c5af26a1e35
parent1b34e6e25062154c9a978785902db3a3326234eb
Fix the jit build after header flattening of r219402

gcc/jit/ChangeLog:
* dummy-frontend.c: Include "fixed-value.h", "alias.h", "flags.h",
"symtab.h", "inchash.h".  Move include of "hash-set.h" much
earlier.
* jit-builtins.c: Remove redundant includes of "opts.h" and
"tree.h".
* jit-common.h: Include "hash-set.h", "input.h", "vec.h",
"double-int.h", "alias.h", "flags.h", "symtab.h", "inchash.h".
* jit-playback.c: Include "hashtab.h", "machmode.h", "input.h",
"statistics.h", "vec.h", "double-int.h", "real.h",
"fixed-value.h", "alias.h", "flags.h", "symtab.h", "tree-core.h",
"inchash.h", "fold-const.h".  Move include of "hash-set.h" to
earlier.
* jit-recording.c: Remove redundant includes of "opts.h" and
"tree.h".

From-SVN: r219411
gcc/jit/ChangeLog
gcc/jit/dummy-frontend.c
gcc/jit/jit-builtins.c
gcc/jit/jit-common.h
gcc/jit/jit-playback.c
gcc/jit/jit-recording.c