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_utils.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/screen_utils.h') diff --git a/src/screen_utils.h b/src/screen_utils.h index 0bb52262e..6928ba804 100644 --- a/src/screen_utils.h +++ b/src/screen_utils.h @@ -1,6 +1,13 @@ #ifndef SCREEN_UTILS_H #define SCREEN_UTILS_H +#include "screen.h" +#include "list_window.h" +#include "mpdclient.h" +#include "command.h" + +#include + /* sound an audible and/or visible bell */ void screen_bell(void); -- cgit v1.2.3