misc: Add the single include guard to cogl-define.h
This is a generated file and maybe the reason why it was not included the first time?
This commit is contained in:
parent
dd5a1c888b
commit
051e6da887
@ -21,6 +21,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
||||
#error "Only <cogl/cogl.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#ifndef __COGL_DEFINES_H__
|
||||
#define __COGL_DEFINES_H__
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user