[balsa] Be consistent in including filter header files



commit 8ed2b45bd34effd43224e773ae6ac633113a959b
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Mon Sep 25 11:47:45 2017 -0400

    Be consistent in including filter header files
    
        * src/filter-run-dialog.c: include filter-funcs.h instead of
        libbalsa/filter-funcs.h, same as elsewhere.

 ChangeLog               |    5 +++++
 src/filter-run-dialog.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2e4f48e..493c79a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-25  Peter Bloomfield  <pbloomfield bellsouth net>
+
+       * src/filter-run-dialog.c: include filter-funcs.h instead of
+       libbalsa/filter-funcs.h, same as elsewhere.
+
 2017-09-23  Peter Bloomfield  <pbloomfield bellsouth net>
 
        * src/balsa-app.c (balsa_find_iter_by_data): we no longer ever define
diff --git a/src/filter-run-dialog.c b/src/filter-run-dialog.c
index 6ee6b02..c862af6 100644
--- a/src/filter-run-dialog.c
+++ b/src/filter-run-dialog.c
@@ -28,7 +28,7 @@
 #include "filter-run.h"
 #include "mailbox-filter.h"
 #include "save-restore.h"
-#include "libbalsa/filter-funcs.h"
+#include "filter-funcs.h"
 #include <glib/gi18n.h>
 
 /* fe_already_open is TRUE when the filters dialog is opened, we use


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]