Skip to content

Commit eba1cd2

Browse files
cpsauerthomasvl
authored andcommitted
Remove includes = ["."], disallowed in newer bazel versions
1 parent f00fef4 commit eba1cd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ load("@build_bazel_rules_apple//apple:macos.bzl", "macos_build_test")
44
objc_library(
55
name = "Defines",
66
hdrs = ["GTMDefines.h"],
7-
includes = ["."],
87
visibility = ["//visibility:public"],
98
)
109

0 commit comments

Comments
 (0)