[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
Loading
Please register or sign in to comment