[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:
parent
2fdc7e6a1b
commit
320bcd9230
@ -127,7 +127,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <glib/gprintf.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "cogl.h"
|
||||
#include "cogl-internal.h"
|
||||
@ -1776,4 +1776,3 @@ _cogl_vertex_buffer_free (CoglVertexBuffer *buffer)
|
||||
|
||||
g_slice_free (CoglVertexBuffer, buffer);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user