From 46c43510d7ac5fe078010d5f0f5d39c4d5df3305 Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Wed, 5 Jul 2017 20:08:51 +0300 Subject: [core] rename backend to renderer backend --- test/api/annotations.test.cpp | 2 +- test/api/api_misuse.test.cpp | 2 +- test/api/custom_layer.test.cpp | 2 +- test/api/query.test.cpp | 2 +- test/api/render_missing.test.cpp | 2 +- test/api/repeated_render.test.cpp | 2 +- test/gl/object.test.cpp | 2 +- test/map/map.test.cpp | 2 +- test/map/prefetch.test.cpp | 2 +- test/tile/annotation_tile.test.cpp | 2 +- test/util/memory.test.cpp | 2 +- test/util/offscreen_texture.test.cpp | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'test') diff --git a/test/api/annotations.test.cpp b/test/api/annotations.test.cpp index 76e66c2fa3..bc1ad54129 100644 --- a/test/api/annotations.test.cpp +++ b/test/api/annotations.test.cpp @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/test/api/api_misuse.test.cpp b/test/api/api_misuse.test.cpp index 742137d73d..ed5cc41a49 100644 --- a/test/api/api_misuse.test.cpp +++ b/test/api/api_misuse.test.cpp @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include #include diff --git a/test/api/custom_layer.test.cpp b/test/api/custom_layer.test.cpp index b3ef0719ce..da5b535a86 100644 --- a/test/api/custom_layer.test.cpp +++ b/test/api/custom_layer.test.cpp @@ -2,7 +2,7 @@ #include #include -#include +#include #include #include #include diff --git a/test/api/query.test.cpp b/test/api/query.test.cpp index efb31f89c6..5135b51e8b 100644 --- a/test/api/query.test.cpp +++ b/test/api/query.test.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include #include diff --git a/test/api/render_missing.test.cpp b/test/api/render_missing.test.cpp index bce6df6305..01a0e9293b 100644 --- a/test/api/render_missing.test.cpp +++ b/test/api/render_missing.test.cpp @@ -2,7 +2,7 @@ #include #include -#include +#include #include #include #include diff --git a/test/api/repeated_render.test.cpp b/test/api/repeated_render.test.cpp index d52765e2a5..7d61992769 100644 --- a/test/api/repeated_render.test.cpp +++ b/test/api/repeated_render.test.cpp @@ -2,7 +2,7 @@ #include #include -#include +#include #include #include #include diff --git a/test/gl/object.test.cpp b/test/gl/object.test.cpp index b5a055f4ca..cf887dab40 100644 --- a/test/gl/object.test.cpp +++ b/test/gl/object.test.cpp @@ -1,6 +1,6 @@ #include -#include +#include #include #include diff --git a/test/map/map.test.cpp b/test/map/map.test.cpp index ef1d7c3d6f..93890aa9f3 100644 --- a/test/map/map.test.cpp +++ b/test/map/map.test.cpp @@ -4,7 +4,7 @@ #include #include -#include +#include #include #include #include diff --git a/test/map/prefetch.test.cpp b/test/map/prefetch.test.cpp index d14f5db492..c3ff04acfc 100644 --- a/test/map/prefetch.test.cpp +++ b/test/map/prefetch.test.cpp @@ -3,9 +3,9 @@ #include #include -#include #include #include +#include #include #include #include diff --git a/test/tile/annotation_tile.test.cpp b/test/tile/annotation_tile.test.cpp index bed0bb160e..50f1facc10 100644 --- a/test/tile/annotation_tile.test.cpp +++ b/test/tile/annotation_tile.test.cpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/test/util/memory.test.cpp b/test/util/memory.test.cpp index fb93699d7f..cb333129d8 100644 --- a/test/util/memory.test.cpp +++ b/test/util/memory.test.cpp @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include #include diff --git a/test/util/offscreen_texture.test.cpp b/test/util/offscreen_texture.test.cpp index 8c0d4f7011..d8a409de36 100644 --- a/test/util/offscreen_texture.test.cpp +++ b/test/util/offscreen_texture.test.cpp @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include -- cgit v1.2.1