mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
gl_engine: fix compilation erros due to redundant header inclusion
This commit is contained in:
parent
e4330f7089
commit
5298f338de
3 changed files with 2 additions and 6 deletions
|
@ -24,9 +24,8 @@
|
||||||
#define _TVG_GL_GEOMETRY_H_
|
#define _TVG_GL_GEOMETRY_H_
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "tvgMath.h"
|
|
||||||
#include "tvgArray.h"
|
|
||||||
#include "tvgGlCommon.h"
|
#include "tvgGlCommon.h"
|
||||||
|
#include "tvgMath.h"
|
||||||
|
|
||||||
|
|
||||||
#define MVP_MATRIX() \
|
#define MVP_MATRIX() \
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#include "tvgArray.h"
|
|
||||||
#include "tvgGlCommon.h"
|
#include "tvgGlCommon.h"
|
||||||
|
|
||||||
class GlGpuBuffer
|
class GlGpuBuffer
|
||||||
|
|
|
@ -25,10 +25,8 @@
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
#include "tvgCommon.h"
|
|
||||||
#include "tvgArray.h"
|
|
||||||
#include "tvgBezier.h"
|
|
||||||
#include "tvgGlGeometry.h"
|
#include "tvgGlGeometry.h"
|
||||||
|
#include "tvgBezier.h"
|
||||||
|
|
||||||
namespace tvg
|
namespace tvg
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue