diff options
author | Monsta <[email protected]> | 2015-08-03 18:20:08 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-08-03 18:20:08 +0300 |
commit | 743994aee9a4dc417c3bbe888ad25cc413d66bc0 (patch) | |
tree | 57f511a8fda3ee271524727a5726481af82ecd06 | |
parent | 79c3e2849004a5c81a0b0bc25fb9dc0e1ce8a781 (diff) | |
download | pluma-743994aee9a4dc417c3bbe888ad25cc413d66bc0.tar.bz2 pluma-743994aee9a4dc417c3bbe888ad25cc413d66bc0.tar.xz |
remove excessive include
-rw-r--r-- | pluma/pluma-view.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pluma/pluma-view.c b/pluma/pluma-view.c index d68031d4..58b5b2ee 100644 --- a/pluma/pluma-view.c +++ b/pluma/pluma-view.c @@ -39,9 +39,6 @@ #include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> -#if GTK_CHECK_VERSION (3, 0, 0) -#include <gtksourceview/gtksourceview.h> -#endif #include <glib/gi18n.h> |