Silence other stupid deprecation warnings
This commit is contained in:
parent
1adeac6c22
commit
cd3599bd1b
|
@ -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>
|
||||
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <liblogdiag/liblogdiag.h>
|
||||
#include "config.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue