Skip to content

Commit

Permalink
protobuf: IWYU (#7989)
Browse files Browse the repository at this point in the history
Include What You Use fix for source/common/protobuf/message_validator_impl.h.

Signed-off-by: Andres Guedez <aguedez@google.com>
  • Loading branch information
AndresGuedez authored and htuch committed Aug 21, 2019
1 parent c505077 commit 7eed733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/common/protobuf/message_validator_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include "common/common/assert.h"
#include "common/common/hash.h"
#include "common/common/logger.h"
#include "common/common/macros.h"

#include "absl/strings/str_cat.h"
Expand Down
2 changes: 2 additions & 0 deletions source/common/protobuf/message_validator_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include "envoy/protobuf/message_validator.h"
#include "envoy/stats/stats.h"

#include "common/common/logger.h"

#include "absl/container/flat_hash_set.h"

namespace Envoy {
Expand Down

0 comments on commit 7eed733

Please sign in to comment.