Skip to content

Commit fe25a35

Browse files
committed
patch: move dragonbox.h from 'include' folder to 'src' folder
1 parent fd6f0ab commit fe25a35

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

include/yaml-cpp/fptostring.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
#ifndef YAML_H_FP_TO_STRING
55
#define YAML_H_FP_TO_STRING
66

7-
#include "contrib/dragonbox.h"
8-
9-
#include <array>
10-
#include <cassert>
11-
#include <cmath>
12-
#include <sstream>
13-
#include <tuple>
7+
#include <string>
148

159
namespace YAML {
1610
// "precision = 0" refers to shortest known unique representation of the value
File renamed without changes.

0 commit comments

Comments
 (0)