From c3e667573fcf97a8eff7b2ed118b0d903508a4ac Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 7 Dec 2017 10:26:56 -0800 Subject: Automated g4 rollback of changelist 178215852 PiperOrigin-RevId: 178260470 --- third_party/sqlite.BUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'third_party/sqlite.BUILD') diff --git a/third_party/sqlite.BUILD b/third_party/sqlite.BUILD index 03a6a7a5da..9840d7b151 100644 --- a/third_party/sqlite.BUILD +++ b/third_party/sqlite.BUILD @@ -9,10 +9,7 @@ licenses(["unencumbered"]) # Public Domain cc_library( name = "sqlite", srcs = ["sqlite3.c"], - hdrs = [ - "sqlite3.h", - "sqlite3ext.h", - ], + hdrs = ["sqlite3.h"], includes = ["."], linkopts = ["-lm"], visibility = ["//visibility:public"], -- cgit v1.2.3