From 8fd244cc61c74522b93b59e75594902a01f936b5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 15 Sep 2008 12:27:29 +0200 Subject: include cleanup A header should include all headers which he needs. Move local includes on top, and let foo.c include foo.h in the first line, to automatically test its dependencies. --- src/screen_help.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/screen_help.c') diff --git a/src/screen_help.c b/src/screen_help.c index 80495a297..b62c61890 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -18,11 +18,6 @@ * */ -#include -#include -#include -#include - #include "config.h" #include "ncmpc.h" #include "mpdclient.h" @@ -30,6 +25,11 @@ #include "screen.h" #include "screen_utils.h" +#include +#include +#include +#include + typedef struct { signed char highlight; -- cgit v1.2.3