Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Fix yaml-cpp issues (#36) (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Hier <[email protected]>
  • Loading branch information
isaachier authored Jan 24, 2018
1 parent 99d5602 commit 67a9092
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/jaegertracing/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "jaegertracing/reporters/Config.h"
#include "jaegertracing/samplers/Config.h"
#include "jaegertracing/utils/YAML.h"
#include <yaml-cpp/yaml.h>

namespace jaegertracing {

Expand Down
2 changes: 1 addition & 1 deletion src/jaegertracing/ConfigTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#include "jaegertracing/Constants.h"
#include "jaegertracing/propagation/HeadersConfig.h"
#include "jaegertracing/samplers/Config.h"
#include "jaegertracing/utils/YAML.h"
#include <gtest/gtest.h>
#include <yaml-cpp/yaml.h>

namespace jaegertracing {

Expand Down
1 change: 0 additions & 1 deletion src/jaegertracing/baggage/RestrictionsConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "jaegertracing/utils/YAML.h"
#include <chrono>
#include <string>
#include <yaml-cpp/yaml.h>

namespace jaegertracing {
namespace baggage {
Expand Down
1 change: 0 additions & 1 deletion src/jaegertracing/propagation/HeadersConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "jaegertracing/Constants.h"
#include "jaegertracing/utils/YAML.h"
#include <string>
#include <yaml-cpp/yaml.h>

namespace jaegertracing {
namespace propagation {
Expand Down

0 comments on commit 67a9092

Please sign in to comment.