gl_engine: fix compilation erros due to redundant header inclusion

This commit is contained in:
RuiwenTang 2023-09-14 18:16:42 +08:00 committed by Hermet Park
parent e4330f7089
commit 5298f338de
3 changed files with 2 additions and 6 deletions

View file

@ -24,9 +24,8 @@
#define _TVG_GL_GEOMETRY_H_
#include <vector>
#include "tvgMath.h"
#include "tvgArray.h"
#include "tvgGlCommon.h"
#include "tvgMath.h"
#define MVP_MATRIX() \

View file

@ -25,7 +25,6 @@
#include <memory>
#include "tvgArray.h"
#include "tvgGlCommon.h"
class GlGpuBuffer

View file

@ -25,10 +25,8 @@
#include <cstdint>
#include "tvgCommon.h"
#include "tvgArray.h"
#include "tvgBezier.h"
#include "tvgGlGeometry.h"
#include "tvgBezier.h"
namespace tvg
{