cogl: don't include cogl-debug.h in cogl.h or install

cogl-debug.h is an internal header so it shouldn't have been included by
cogl.h and the header shouldn't be installed either.
This commit is contained in:
Robert Bragg
2010-07-25 21:36:41 +01:00
parent a2c2797105
commit 8640f527cb
14 changed files with 13 additions and 2 deletions

View File

@@ -30,6 +30,7 @@
#endif
#include "cogl.h"
#include "cogl-debug.h"
#include "cogl-internal.h"
#include "cogl-context.h"
#include "cogl-object.h"