Skip to content
Snippets Groups Projects
Commit a73537e4 authored by Craig Tiller's avatar Craig Tiller
Browse files

Add incldues

parent 7a34e48e
No related branches found
No related tags found
No related merge requests found
......@@ -31,11 +31,12 @@
*
*/
#include "src/core/lib/support/percent_encoding.h"
#include "src/core/lib/slice/percent_encoding.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/slice/slice_string_helpers.h"
#include "src/core/lib/support/string.h"
#include "test/core/util/test_config.h"
......
......@@ -31,7 +31,7 @@
*
*/
#include "src/core/lib/support/string.h"
#include "src/core/lib/slice/slice_string_helpers.h"
#include <limits.h>
#include <stddef.h>
......@@ -42,6 +42,8 @@
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include <grpc/support/useful.h>
#include "src/core/lib/support/string.h"
#include "test/core/util/test_config.h"
#define LOG_TEST_NAME(x) gpr_log(GPR_INFO, "%s", x)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment