aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/max_age
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <y-zeng@users.noreply.github.com>2017-04-06 13:06:16 -0700
committerGravatar GitHub <noreply@github.com>2017-04-06 13:06:16 -0700
commit619cbbb876dc6ed1e36b0cef20c545d16d68219d (patch)
tree490ec41363e56ccb5e5ced62df989fad0f365430 /src/core/ext/filters/max_age
parenta956d99978c46027663da22ff758506e83f1b7f5 (diff)
parent5fa46127b67351bcd00fc6eefdb9846366ba483c (diff)
Merge pull request #10491 from y-zeng/fix_max_age
Fix headers included in max_age_filter.c
Diffstat (limited to 'src/core/ext/filters/max_age')
-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