1
0
Fork 0

[cogl] Do no include gprintf.h

We are not using any of the g_printf* family of functions, so we
can import glib.h instead.
This commit is contained in:
Emmanuele Bassi 2009-05-20 15:15:25 +01:00
parent 1f1d19f634
commit c74586d019

View file

@ -127,7 +127,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <glib/gprintf.h> #include <glib.h>
#include "cogl.h" #include "cogl.h"
#include "cogl-internal.h" #include "cogl-internal.h"
@ -1776,4 +1776,3 @@ _cogl_vertex_buffer_free (CoglVertexBuffer *buffer)
g_slice_free (CoglVertexBuffer, buffer); g_slice_free (CoglVertexBuffer, buffer);
} }