Skip to content
Commit 757fcd6d authored by Chandler Carruth's avatar Chandler Carruth
Browse files

[cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix

a missing include from CLog.h.

CLog.h referenced most of the core libclang types but never directly
included Index.h that provides them. Previously it got lucky and other
headers were always included first but with the sorting it ended up
first in one case and stopped compiling. Adding the Index.h include
fixes it right up.

llvm-svn: 202810
parent edc9e388
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment