We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172fde9 commit 6c70301Copy full SHA for 6c70301
exporters/otlp/src/otlp_file_client.cc
@@ -3,8 +3,6 @@
3
4
#include "opentelemetry/exporters/otlp/otlp_file_client.h"
5
6
-#include <features.h>
7
-
8
#if defined(HAVE_GSL)
9
# include <gsl/gsl>
10
#else
exporters/otlp/test/otlp_file_client_test.cc
@@ -1,7 +1,6 @@
1
// Copyright The OpenTelemetry Authors
2
// SPDX-License-Identifier: Apache-2.0
#include <google/protobuf/message_lite.h>
#include <gtest/gtest.h>
#include <algorithm>
0 commit comments