summaryrefslogtreecommitdiff
path: root/include/mbgl/util
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-12-04 19:24:16 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-12-04 20:02:51 +0100
commit1e3fb3a423f899c808f52444c335e87cc3e0170f (patch)
tree57fa63e6a6c429066dd7ecf80f8cc526a9c272b9 /include/mbgl/util
parentabafb52f37beb5659efc2105ccd1568e1f754898 (diff)
downloadqtlocation-mapboxgl-1e3fb3a423f899c808f52444c335e87cc3e0170f.tar.gz
remove usage of relative paths
Diffstat (limited to 'include/mbgl/util')
-rw-r--r--include/mbgl/util/math.hpp2
-rw-r--r--include/mbgl/util/variant.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/util/math.hpp b/include/mbgl/util/math.hpp
index 2bef5b18e2..e800fc7847 100644
--- a/include/mbgl/util/math.hpp
+++ b/include/mbgl/util/math.hpp
@@ -4,7 +4,7 @@
#include <cmath>
#include <array>
-#include "vec.hpp"
+#include <mbgl/util/vec.hpp>
namespace mbgl {
namespace util {
diff --git a/include/mbgl/util/variant.hpp b/include/mbgl/util/variant.hpp
index 3b5659425a..2de195cd69 100644
--- a/include/mbgl/util/variant.hpp
+++ b/include/mbgl/util/variant.hpp
@@ -10,7 +10,7 @@
#include <iosfwd>
#include <string>
-#include "recursive_wrapper.hpp"
+#include <mbgl/util/recursive_wrapper.hpp>
#ifdef _MSC_VER
// http://msdn.microsoft.com/en-us/library/z8y1yy88.aspx