Skip to content

Commit 6c70301

Browse files
committed
Do not includee features.h, platform specific.
1 parent 172fde9 commit 6c70301

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

exporters/otlp/src/otlp_file_client.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#include "opentelemetry/exporters/otlp/otlp_file_client.h"
55

6-
#include <features.h>
7-
86
#if defined(HAVE_GSL)
97
# include <gsl/gsl>
108
#else

exporters/otlp/test/otlp_file_client_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright The OpenTelemetry Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
#include <features.h>
54
#include <google/protobuf/message_lite.h>
65
#include <gtest/gtest.h>
76
#include <algorithm>

0 commit comments

Comments
 (0)