Move paren_contents under ast and restrict syntax BUILD visibility (#756)

Trying to straighten out the BUILD graph; the dependency of ast pieces on paren_contents makes me think this is the right direction.
This commit is contained in:
Jon Meow
2021-08-17 12:52:53 -07:00
committed by GitHub
parent b73ad7dd1a
commit 1eeaa208f2
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -6,8 +6,8 @@
#include <string>
#include "executable_semantics/ast/paren_contents.h"
#include "executable_semantics/common/arena.h"
#include "executable_semantics/syntax/paren_contents.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "llvm/Support/Casting.h"