aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/ryml/src/ryml.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/ryml/src/ryml.hpp')
-rw-r--r--thirdparty/ryml/src/ryml.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/thirdparty/ryml/src/ryml.hpp b/thirdparty/ryml/src/ryml.hpp
deleted file mode 100644
index c2b3e74b2..000000000
--- a/thirdparty/ryml/src/ryml.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _RYML_HPP_
-#define _RYML_HPP_
-
-#include "c4/yml/yml.hpp"
-
-namespace ryml {
-using namespace c4::yml;
-using namespace c4;
-}
-
-#endif /* _RYML_HPP_ */