From c87b1c533f84a9bed94143908b00b0cc498cfda5 Mon Sep 17 00:00:00 2001 From: nnoble Date: Mon, 5 Jan 2015 17:15:18 -0800 Subject: Adding plugins to the mako rendering system. Change on 2015/01/05 by nnoble ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83302581 --- src/core/support/cmdline.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 +#include "net/grpc/c/public/support/cmdline.h" #include #include #include -#include -#include -#include +#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; -- cgit v1.2.3