diff options
author | David Garcia Quintas <dgq@google.com> | 2016-01-21 17:48:34 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-01-21 17:48:34 -0800 |
commit | ddcb53a9de8ca5a21c7b3ae1e0c4ce96b7eced88 (patch) | |
tree | bdf07ea76dd1ff04816045c9938543a5fa2ce3e5 /src/compiler | |
parent | 1e927a6ee42d4ff1547f002fe5b45018da9cc967 (diff) |
made codegen targets in build.yaml
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/python_generator.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/python_generator.cc b/src/compiler/python_generator.cc index c754ae299b..4fd5dfbecb 100644 --- a/src/compiler/python_generator.cc +++ b/src/compiler/python_generator.cc @@ -42,7 +42,6 @@ #include <tuple> #include <vector> -#include <grpc++/support/config.h> #include "src/compiler/config.h" #include "src/compiler/generator_helpers.h" #include "src/compiler/python_generator.h" |