Commit 1032627d authored by Victor Ananjesky's avatar Victor Ananjesky

fix some warnings about gtksourceview

parent af3b2040
......@@ -40,6 +40,9 @@
#endif
#ifdef HAVE_SOURCEVIEW
#if GTK_CHECK_VERSION(3,0,0)
#include <gtksourceview/gtksource.h>
#else
#include <gtksourceview/gtksourceview.h>
#include <gtksourceview/gtksourcebuffer.h>
#include <gtksourceview/gtksourcelanguage.h>
......@@ -47,6 +50,7 @@
#include <gtksourceview/gtksourcestylescheme.h>
#include <gtksourceview/gtksourcestyleschememanager.h>
#endif
#endif /* HAVE_SOURCEVIEW */
G_BEGIN_DECLS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment