aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-08-25 14:42:11 -0700
committerOpenscreen LUCI CQ <openscreen-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-08-26 00:15:44 +0000
commitf54d92523c9f2c8c5afb99e05fed70e4b8772b1c (patch)
tree37abdbff030235d40a70b3df51d9b1c0c3eaff90
parent36c3651b0669e37c289a1996123aa123d1f590ab (diff)
downloadopenscreen-f54d92523c9f2c8c5afb99e05fed70e4b8772b1c.tar.gz
Remove unusd absl include
https://chromium-review.googlesource.com/c/openscreen/+/3001949 removed the only use of absl::Span, remove the absl/type/span.h include from util/stringprintf.h. Bug: b/158660166 Test: ninja -C out/debug osp_demo openscreen_unittests Change-Id: Ibe83f0a5730c2099ea8ce3c8b1b5504d55c6718c Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/3119701 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by: mark a. foltz <mfoltz@chromium.org>
-rw-r--r--util/stringprintf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/stringprintf.h b/util/stringprintf.h
index 7e54be3c..23f07fea 100644
--- a/util/stringprintf.h
+++ b/util/stringprintf.h
@@ -10,8 +10,6 @@
#include <ostream>
#include <string>
-#include "absl/types/span.h"
-
namespace openscreen {
// Enable compile-time checking of the printf format argument, if available.