# HG changeset patch # User Gary Kramlich # Date 1604747652 21600 # Node ID 597b9c74296e1a3a34793834cbbb9bbf303d360f # Parent fce161512905f30a58e5830ee8dd567f938ce360 Finch shouldn't include finch.h Testing Done: Compile only. Reviewed at https://reviews.imfreedom.org/r/207/ diff -r fce161512905 -r 597b9c74296e finch/gntblist.c --- a/finch/gntblist.c Sat Nov 07 02:53:18 2020 -0600 +++ b/finch/gntblist.c Sat Nov 07 05:14:12 2020 -0600 @@ -20,10 +20,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#include "finch.h" - #include NCURSES_HEADER +#include + #include #include @@ -32,8 +32,10 @@ #include "gntblist.h" #include "gntconv.h" +#include "gntlog.h" +#include "gntmenuutil.h" +#include "gntpounce.h" #include "gntstatus.h" -#include #define PREF_ROOT "/finch/blist" #define TYPING_TIMEOUT_S 4 diff -r fce161512905 -r 597b9c74296e finch/gntconv.c --- a/finch/gntconv.c Sat Nov 07 02:53:18 2020 -0600 +++ b/finch/gntconv.c Sat Nov 07 05:14:12 2020 -0600 @@ -20,8 +20,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#include "finch.h" - #include NCURSES_HEADER #include diff -r fce161512905 -r 597b9c74296e finch/gntpounce.c --- a/finch/gntpounce.c Sat Nov 07 02:53:18 2020 -0600 +++ b/finch/gntpounce.c Sat Nov 07 05:14:12 2020 -0600 @@ -28,9 +28,8 @@ #include -#include "finch.h" - #include "gntpounce.h" +#include "libfinch.h" typedef struct diff -r fce161512905 -r 597b9c74296e finch/gntprefs.c --- a/finch/gntprefs.c Sat Nov 07 02:53:18 2020 -0600 +++ b/finch/gntprefs.c Sat Nov 07 05:14:12 2020 -0600 @@ -22,8 +22,6 @@ #include -#include "finch.h" - #include #include diff -r fce161512905 -r 597b9c74296e finch/libfinch.c --- a/finch/libfinch.c Sat Nov 07 02:53:18 2020 -0600 +++ b/finch/libfinch.c Sat Nov 07 05:14:12 2020 -0600 @@ -32,9 +32,9 @@ #include #include "gntdebug.h" +#include "gntidle.h" #include "gntprefs.h" #include "gntui.h" -#include "gntidle.h" #include "config.h" #include "package_revision.h"