diff options
| -rw-r--r-- | clang/include/clang/module.modulemap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap index fc4a2de2f99..f7bf482fbbe 100644 --- a/clang/include/clang/module.modulemap +++ b/clang/include/clang/module.modulemap @@ -20,7 +20,6 @@ module Clang_AST { textual header "AST/BuiltinTypes.def" textual header "AST/OperationKinds.def" textual header "AST/TypeLocNodes.def" - textual header "AST/TypeNodes.def" module * { export * } } |

