cogl: don't include cogl-vector.h twice in cogl.h
cogl-vector.h should only be included by cogl.h when COGL_ENABLE_EXPERIMENTAL_API is defined. This removes the unguarded duplicate include.
This commit is contained in:
parent
1000c80444
commit
137d38962a
@ -38,7 +38,6 @@
|
||||
#include <cogl/cogl-fixed.h>
|
||||
#include <cogl/cogl-material.h>
|
||||
#include <cogl/cogl-matrix.h>
|
||||
#include <cogl/cogl-vector.h>
|
||||
#include <cogl/cogl-offscreen.h>
|
||||
#include <cogl/cogl-primitives.h>
|
||||
#include <cogl/cogl-path.h>
|
||||
|
Loading…
Reference in New Issue
Block a user