Silence other stupid deprecation warnings

This commit is contained in:
Přemysl Eric Janouch 2015-01-20 09:47:00 +01:00
parent 1adeac6c22
commit cd3599bd1b
2 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,11 @@
#ifndef __LIBLOGDIAG_H__
#define __LIBLOGDIAG_H__
/* Whatever, I don't care, someone should at least appreciate my effort of
* porting it to GTK+ 3 in the first place. You make me work for free!
*/
#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_8
#include <gtk/gtk.h>
#include <json-glib/json-glib.h>

View File

@ -8,8 +8,6 @@
*
*/
#include <gtk/gtk.h>
#include <liblogdiag/liblogdiag.h>
#include "config.h"