forked from organicmaps/organicmaps
Includes cleanup
This commit is contained in:
parent
6739f17579
commit
73aab3c63f
2 changed files with 3 additions and 13 deletions
11
yg/utils.cpp
11
yg/utils.cpp
|
@ -1,17 +1,10 @@
|
|||
#include "../base/SRC_FIRST.hpp"
|
||||
|
||||
#include "defines.hpp"
|
||||
#include "utils.hpp"
|
||||
#include "memento.hpp"
|
||||
#include "vertexbuffer.hpp"
|
||||
#include "indexbuffer.hpp"
|
||||
|
||||
#include "../std/shared_ptr.hpp"
|
||||
#include "internal/opengl.hpp"
|
||||
|
||||
#include "../std/target_os.hpp"
|
||||
|
||||
#include "../base/start_mem_debug.hpp"
|
||||
|
||||
|
||||
namespace yg
|
||||
{
|
||||
namespace gl
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../geometry/rect2d.hpp"
|
||||
#include "../geometry/point2d.hpp"
|
||||
#include "color.hpp"
|
||||
#include "texture.hpp"
|
||||
#include "../std/stdint.hpp"
|
||||
|
||||
namespace yg
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue