Skip to content

Commit

Permalink
chore: address clang-tidy complaints (kythe#6111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysachs authored Apr 22, 2024
1 parent eb41b66 commit eb5aebf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kythe/cxx/indexer/proto/proto_graph_builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@

#include "kythe/cxx/indexer/proto/proto_graph_builder.h"

#include <functional>
#include <utility>

#include "absl/log/log.h"
#include "absl/strings/str_cat.h"
#include "kythe/cxx/common/indexing/KytheGraphRecorder.h"
#include "kythe/cxx/common/vname_ordering.h"
#include "kythe/cxx/indexer/proto/comments.h"

Expand Down
1 change: 1 addition & 0 deletions kythe/cxx/indexer/proto/proto_graph_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#ifndef KYTHE_CXX_INDEXER_PROTO_PROTO_GRAPH_BUILDER_H_
#define KYTHE_CXX_INDEXER_PROTO_PROTO_GRAPH_BUILDER_H_

#include <functional>
#include <string>
#include <utility>
#include <vector>
Expand Down

0 comments on commit eb5aebf

Please sign in to comment.