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

Commit 67a9092

Browse files
authored
Fix yaml-cpp issues (#36) (#39)
Signed-off-by: Isaac Hier <[email protected]>
1 parent 99d5602 commit 67a9092

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

src/jaegertracing/Config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include "jaegertracing/reporters/Config.h"
2424
#include "jaegertracing/samplers/Config.h"
2525
#include "jaegertracing/utils/YAML.h"
26-
#include <yaml-cpp/yaml.h>
2726

2827
namespace jaegertracing {
2928

src/jaegertracing/ConfigTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#include "jaegertracing/Constants.h"
1919
#include "jaegertracing/propagation/HeadersConfig.h"
2020
#include "jaegertracing/samplers/Config.h"
21+
#include "jaegertracing/utils/YAML.h"
2122
#include <gtest/gtest.h>
22-
#include <yaml-cpp/yaml.h>
2323

2424
namespace jaegertracing {
2525

src/jaegertracing/baggage/RestrictionsConfig.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "jaegertracing/utils/YAML.h"
2222
#include <chrono>
2323
#include <string>
24-
#include <yaml-cpp/yaml.h>
2524

2625
namespace jaegertracing {
2726
namespace baggage {

src/jaegertracing/propagation/HeadersConfig.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "jaegertracing/Constants.h"
2121
#include "jaegertracing/utils/YAML.h"
2222
#include <string>
23-
#include <yaml-cpp/yaml.h>
2423

2524
namespace jaegertracing {
2625
namespace propagation {

0 commit comments

Comments
 (0)