From d8de96524cf62ba3b70111d997510aae700958b0 Mon Sep 17 00:00:00 2001 From: Simon Gene Gottlieb Date: Tue, 30 Jul 2024 11:16:03 +0200 Subject: [PATCH] patch: move dragonbox.h from 'include' folder to 'src' folder --- include/yaml-cpp/fptostring.h | 8 +------- {include/yaml-cpp => src}/contrib/dragonbox.h | 0 2 files changed, 1 insertion(+), 7 deletions(-) rename {include/yaml-cpp => src}/contrib/dragonbox.h (100%) diff --git a/include/yaml-cpp/fptostring.h b/include/yaml-cpp/fptostring.h index ace79bf..e9aeb1c 100644 --- a/include/yaml-cpp/fptostring.h +++ b/include/yaml-cpp/fptostring.h @@ -4,13 +4,7 @@ #ifndef YAML_H_FP_TO_STRING #define YAML_H_FP_TO_STRING -#include "contrib/dragonbox.h" - -#include -#include -#include -#include -#include +#include namespace YAML { // "precision = 0" refers to shortest known unique representation of the value diff --git a/include/yaml-cpp/contrib/dragonbox.h b/src/contrib/dragonbox.h similarity index 100% rename from include/yaml-cpp/contrib/dragonbox.h rename to src/contrib/dragonbox.h