summaryrefslogtreecommitdiff
path: root/src/mbgl/util/worker.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-11 17:30:35 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-02-11 17:30:35 -0800
commit62bbf2627a32a57188e4026aca8dc337e07ded7f (patch)
tree4db2a7e2bef2491eb7a8b98b0caa8b61aeae7283 /src/mbgl/util/worker.hpp
parent43c44eccdc56c50e41e8efbe5f7a34b57eed756f (diff)
downloadqtlocation-mapboxgl-62bbf2627a32a57188e4026aca8dc337e07ded7f.tar.gz
[core] Organize files that were in map folder better
Fixes #996
Diffstat (limited to 'src/mbgl/util/worker.hpp')
-rw-r--r--src/mbgl/util/worker.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/worker.hpp b/src/mbgl/util/worker.hpp
index d72438bc75..96a7b27885 100644
--- a/src/mbgl/util/worker.hpp
+++ b/src/mbgl/util/worker.hpp
@@ -3,7 +3,7 @@
#include <mbgl/util/noncopyable.hpp>
#include <mbgl/util/thread.hpp>
-#include <mbgl/map/tile_worker.hpp>
+#include <mbgl/tile/tile_worker.hpp>
#include <functional>
#include <memory>