[turbofan] Remove obsolete unique.h includes in TurboFan.
authormstarzinger <mstarzinger@chromium.org>
Tue, 1 Sep 2015 10:30:40 +0000 (03:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 1 Sep 2015 10:30:57 +0000 (10:30 +0000)
commitc87bd340af676b81aa00288420868ce22b0990f2
tree28e4e859f2a6c4090e4231bfeca573e792ba32e8
parentbb7b53110e3478a38b4d2429aaab6576359deda1
[turbofan] Remove obsolete unique.h includes in TurboFan.

Now that it is no longer needed, this also removes the invalid inclusion
of "object-inl.h" within the "unique.h" header file.

Note that this change still leaves 2 violations of that rule in the
code, checked with the "tools/check-inline-includes.sh" tool.

R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/1321223002

Cr-Commit-Position: refs/heads/master@{#30503}
25 files changed:
src/compiler/common-operator.cc
src/compiler/common-operator.h
src/compiler/interpreter-assembler.h
src/compiler/js-builtin-reducer.cc
src/compiler/js-context-specialization.cc
src/compiler/js-generic-lowering.cc
src/compiler/js-graph.h
src/compiler/js-inlining.cc
src/compiler/js-inlining.h
src/compiler/js-intrinsic-lowering.cc
src/compiler/js-operator.cc
src/compiler/js-operator.h
src/compiler/js-type-feedback-lowering.cc
src/compiler/node-matchers.h
src/compiler/raw-machine-assembler.h
src/compiler/simplified-operator-reducer.cc
src/compiler/typer.cc
src/compiler/verifier.cc
src/frames-inl.h
src/unique.h
test/unittests/compiler/graph-unittest.cc
test/unittests/compiler/interpreter-assembler-unittest.cc
test/unittests/compiler/machine-operator-reducer-unittest.cc
test/unittests/compiler/node-test-utils.cc
test/unittests/compiler/simplified-operator-reducer-unittest.cc