Merge pull request #39 from infirit/master
gtk3 check gtksourceview include
This commit is contained in:
commit
1418f8639d
|
@ -39,7 +39,9 @@
|
|||
|
||||
#include <glib/gi18n.h>
|
||||
#include <gtk/gtk.h>
|
||||
#if GTK_CHECK_VERSION (3, 0, 0)
|
||||
#include <gtksourceview/gtksource.h>
|
||||
#endif
|
||||
|
||||
#include "pluma-file-chooser-dialog.h"
|
||||
#include "pluma-encodings-combo-box.h"
|
||||
|
|
|
@ -31,8 +31,9 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <gtk/gtk.h>
|
||||
#if GTK_CHECK_VERSION (3, 0, 0)
|
||||
#include <gtksourceview/gtksource.h>
|
||||
|
||||
#endif
|
||||
#include "pluma-language-manager.h"
|
||||
#include "pluma-prefs-manager.h"
|
||||
#include "pluma-utils.h"
|
||||
|
|
|
@ -38,7 +38,10 @@
|
|||
|
||||
#include <glib/gi18n.h>
|
||||
#include <gio/gio.h>
|
||||
#include <gtk/gtk.h>
|
||||
#if GTK_CHECK_VERSION (3, 0, 0)
|
||||
#include <gtksourceview/gtksource.h>
|
||||
#endif
|
||||
|
||||
#include "pluma-ui.h"
|
||||
#include "pluma-window.h"
|
||||
|
|
Loading…
Reference in New Issue