summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r--asl/BUILD.bazel4
1 files changed, 1 insertions, 3 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel
index fbbceed..c5f443e 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -3,8 +3,6 @@ cc_library(
hdrs = [
"integers.hpp",
"meta.hpp",
- "object.hpp",
- "ptr.hpp",
"utility.hpp",
],
visibility = ["//visibility:public"],
@@ -19,4 +17,4 @@ cc_library(
deps = [
":asl",
],
-) for name in ["integers", "meta", "object", "ptr"]]
+) for name in ["integers", "meta"]]