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:
Damien Lespiau 2011-05-13 08:11:57 +01:00
parent dd5a1c888b
commit 051e6da887

View File

@ -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__