Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo committed Oct 17, 2022
1 parent 15c3654 commit f6dee09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sdk/src/metrics/aggregation/histogram_aggregation.cc
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

#include <memory>
#ifndef ENABLE_METRICS_PREVIEW
# include "opentelemetry/sdk/metrics/aggregation/histogram_aggregation.h"
# include <algorithm>
# include <iomanip>
# include <iostream>
# include <limits>
# include "opentelemetry/sdk/metrics/aggregation/histogram_aggregation.h"
# include <memory>
# include "opentelemetry/version.h"

# include <mutex>
Expand Down

0 comments on commit f6dee09

Please sign in to comment.