Skip to content

src: organize imports in inspector_profiler.cc

Rodrigo Muino Tomonari requested to merge master-29073 into master

Created by: ghost

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

In the other .cc files in the project, includes are in alphabetical order, with local files first, and libraries after. However, inspector_profiler.cc has a library declared in the middle of the import order, and v8 is the second to last being imported, instead of the last. So I reordered the imports and testing showed no side effects; everything passed.

It is a small change and it does not change any behavior. However, if you are weary of accepting this PR I understand.

Merge request reports

Loading