aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-04-05 15:41:18 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-04-05 15:41:18 -0700
commit5fa46127b67351bcd00fc6eefdb9846366ba483c (patch)
tree6cce06e28732e64938b2bc746bebf35e86e090b6 /src
parentd4da50b2cb1575b9a2661c47e7d393931d28bc84 (diff)
Fix headers included in max_age_filter.c
Diffstat (limited to 'src')
-rw-r--r--src/core/ext/filters/max_age/max_age_filter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ext/filters/max_age/max_age_filter.c b/src/core/ext/filters/max_age/max_age_filter.c
index f858220c01..a045f0a421 100644
--- a/src/core/ext/filters/max_age/max_age_filter.c
+++ b/src/core/ext/filters/max_age/max_age_filter.c
@@ -31,7 +31,7 @@
*
*/
-#include "src/core/lib/channel/message_size_filter.h"
+#include "src/core/ext/filters/max_age/max_age_filter.h"
#include <limits.h>
#include <string.h>
@@ -41,7 +41,6 @@
#include "src/core/lib/iomgr/timer.h"
#include "src/core/lib/surface/channel_init.h"
#include "src/core/lib/transport/http2_errors.h"
-#include "src/core/lib/transport/service_config.h"
#define DEFAULT_MAX_CONNECTION_AGE_MS INT_MAX
#define DEFAULT_MAX_CONNECTION_AGE_GRACE_MS INT_MAX