Split Bazel targets into multiple packages (#5640)

* Split Bazel targets into multiple packages

* Merge /include/BUILD back into /BUILD
This commit is contained in:
bttk
2019-12-02 14:14:48 -08:00
committed by Wouter van Oortmerssen
parent 4fd8eb214b
commit 99d11e279f
5 changed files with 287 additions and 178 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#include "java_generator.h"
#include "src/compiler/java_generator.h"
#include <algorithm>
#include <iostream>