mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
[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
1f1d19f634
commit
c74586d019
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user