forked from organicmaps/organicmaps-tmp
Code conventions fix.
This commit is contained in:
parent
07717f6fa6
commit
43b551c415
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,6 @@
|
|||
|
||||
#include "../../../../../map/framework.hpp"
|
||||
|
||||
#include "../../../../../std/shared_ptr.hpp"
|
||||
#include "../../../../../std/bind.hpp"
|
||||
|
||||
|
||||
#include "../../../../../yg/framebuffer.hpp"
|
||||
#include "../../../../../yg/internal/opengl.hpp"
|
||||
|
||||
|
@ -21,6 +17,10 @@
|
|||
#include "../../../../../base/logging.hpp"
|
||||
#include "../../../../../base/math.hpp"
|
||||
|
||||
#include "../../../../../std/shared_ptr.hpp"
|
||||
#include "../../../../../std/bind.hpp"
|
||||
|
||||
|
||||
namespace android
|
||||
{
|
||||
void Framework::CallRepaint()
|
||||
|
|
Loading…
Add table
Reference in a new issue