aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support
diff options
context:
space:
mode:
authorGravatar nnoble <nnoble@google.com>2015-01-05 17:15:18 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2015-01-06 17:40:30 -0800
commitc87b1c533f84a9bed94143908b00b0cc498cfda5 (patch)
tree955f1b80d920b0de22151bd21cb628ee5a331555 /src/core/support
parentb3e3317ae8f4f760b8ecf73ccff11261192a795d (diff)
Adding plugins to the mako rendering system.
Change on 2015/01/05 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83302581
Diffstat (limited to 'src/core/support')
-rw-r--r--src/core/support/cmdline.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/support/cmdline.c b/src/core/support/cmdline.c
index ff163a1f6c..bd8f822f0e 100644
--- a/src/core/support/cmdline.c
+++ b/src/core/support/cmdline.c
@@ -31,15 +31,15 @@
*
*/
-#include <grpc/support/cmdline.h>
+#include "net/grpc/c/public/support/cmdline.h"
#include <limits.h>
#include <stdio.h>
#include <string.h>
-#include <grpc/support/alloc.h>
-#include <grpc/support/log.h>
-#include <grpc/support/string.h>
+#include "net/grpc/c/public/support/alloc.h"
+#include "net/grpc/c/public/support/log.h"
+#include "net/grpc/c/public/support/string.h"
typedef enum { ARGTYPE_INT, ARGTYPE_BOOL, ARGTYPE_STRING } argtype;