Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Commit 7f340fb

Browse files
committed
Removed 'include' directory.
1 parent 47ad24d commit 7f340fb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

BUILD.bazel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ load("@rules_cc//cc:defs.bzl", "cc_library")
22

33
cc_library(
44
name = "borrowed_ptr",
5-
hdrs = ["include/stout/borrowed_ptr.h"],
6-
includes = ["include"],
7-
visibility = ["//visibility:public"],
5+
hdrs = ["stout/borrowed_ptr.h"],
6+
visibility = ["//visibility:public"],
87
)
File renamed without changes.

0 commit comments

Comments
 (0)