summaryrefslogtreecommitdiff
path: root/src/mbgl/style/value.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/value.hpp')
-rw-r--r--src/mbgl/style/value.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/style/value.hpp b/src/mbgl/style/value.hpp
index 87d6f4cda3..8b0b21c20c 100644
--- a/src/mbgl/style/value.hpp
+++ b/src/mbgl/style/value.hpp
@@ -2,7 +2,6 @@
#define MBGL_STYLE_VALUE
#include <mbgl/util/variant.hpp>
-#include <mbgl/util/pbf.hpp>
#include <rapidjson/document.h>
#include <cstdlib>
@@ -14,7 +13,6 @@ typedef mapbox::util::variant<bool, int64_t, uint64_t, double, std::string> Valu
std::string toString(const Value &value);
-Value parseValue(pbf data);
Value parseValue(const rapidjson::Value&);
namespace util {