Fix the jit build after header flattening of r219402
commit608f349b5c70183509db7799835733dec83bacbd
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jan 2015 21:45:33 +0000 (9 21:45 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jan 2015 21:45:33 +0000 (9 21:45 +0000)
tree4610da322493613248643b5a83dd8c5af26a1e35
parentba000093030681d638994482d8eafc8b41c4822b
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".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219411 138bc75d-0d04-0410-961f-82ee72b054a4
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