[drape] include optimization

This commit is contained in:
ExMix 2014-04-09 12:57:26 +03:00 committed by Alex Zolotarev
parent b8e5f3bded
commit 148c981742
3 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#include "batcher.hpp"
#include "cpu_buffer.hpp"
#include "batcher_helpers.hpp"
#include "vertex_array_buffer.hpp"
#include "../base/assert.hpp"

View file

@ -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"

View file

@ -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"