Skip to content

Commit

Permalink
Do not includee features.h, platform specific.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Nov 15, 2024
1 parent 172fde9 commit 6c70301
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions exporters/otlp/src/otlp_file_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

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

#include <features.h>

#if defined(HAVE_GSL)
# include <gsl/gsl>
#else
Expand Down
1 change: 0 additions & 1 deletion exporters/otlp/test/otlp_file_client_test.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

#include <features.h>
#include <google/protobuf/message_lite.h>
#include <gtest/gtest.h>
#include <algorithm>
Expand Down

0 comments on commit 6c70301

Please sign in to comment.