@@ -6,7 +6,6 @@ package(default_visibility = ["//visibility:public"])
cc_library(
name = "diagnostic_emitter",
- srcs = ["diagnostic_emitter.cpp"],
hdrs = ["diagnostic_emitter.h"],
deps = ["@llvm-project//llvm:Support"],
)
@@ -1,7 +0,0 @@
-// Part of the Carbon Language project, under the Apache License v2.0 with LLVM
-// Exceptions. See /LICENSE for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-
-#include "toolchain/diagnostics/diagnostic_emitter.h"
-namespace Carbon {} // namespace Carbon