Skip to content

Commit

Permalink
fix(cxx): use canonical clang include path (#5468)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysachs committed Dec 5, 2022
1 parent 9f6d684 commit 8b5bc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kythe/cxx/indexer/cxx/KytheGraphObserver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#include "clang/AST/Type.h"
#include "clang/AST/TypeLoc.h"
#include "clang/Basic/SourceManager.h"
#include "clang/include/clang/Basic/Specifiers.h"
#include "clang/Basic/Specifiers.h"
#include "kythe/cxx/common/indexing/KytheGraphRecorder.h"
#include "kythe/cxx/common/path_utils.h"
#include "kythe/cxx/common/schema/edges.h"
Expand Down

0 comments on commit 8b5bc95

Please sign in to comment.