forked from organicmaps/organicmaps-tmp
[drape] include optimization
This commit is contained in:
parent
b8e5f3bded
commit
148c981742
3 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "batcher.hpp"
|
||||
#include "cpu_buffer.hpp"
|
||||
#include "batcher_helpers.hpp"
|
||||
#include "vertex_array_buffer.hpp"
|
||||
|
||||
#include "../base/assert.hpp"
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include "../batcher.hpp"
|
||||
#include "../gpu_program_manager.hpp"
|
||||
#include "../shader_def.hpp"
|
||||
#include "../vertex_array_buffer.hpp"
|
||||
|
||||
#include "glmock_functions.hpp"
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#include "testing_engine.hpp"
|
||||
|
||||
#include "../drape/vertex_array_buffer.hpp"
|
||||
|
||||
#include "../drape_frontend/visual_params.hpp"
|
||||
#include "../drape_frontend/line_shape.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue