diff options
author | monsta <[email protected]> | 2016-12-13 15:14:15 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-13 15:14:15 +0300 |
commit | 2a680dbab987e632b7049c34a04cc2f1a8b2002c (patch) | |
tree | 79bd542cb7c8c53782506692a01c836c6c3c13f1 /plugins/filebrowser | |
parent | 9d7b458ee07585ecec0021badb47369f281fa4e7 (diff) | |
download | pluma-2a680dbab987e632b7049c34a04cc2f1a8b2002c.tar.bz2 pluma-2a680dbab987e632b7049c34a04cc2f1a8b2002c.tar.xz |
plugins: remove a couple of useless includes
Diffstat (limited to 'plugins/filebrowser')
-rw-r--r-- | plugins/filebrowser/pluma-file-browser-store.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/filebrowser/pluma-file-browser-store.c b/plugins/filebrowser/pluma-file-browser-store.c index 00f81d6a..1615729a 100644 --- a/plugins/filebrowser/pluma-file-browser-store.c +++ b/plugins/filebrowser/pluma-file-browser-store.c @@ -26,7 +26,6 @@ #include <string.h> #include <glib/gi18n-lib.h> #include <gio/gio.h> -#include <pluma/pluma-utils.h> #include "pluma-file-browser-store.h" #include "pluma-file-browser-marshal.h" |