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/strfsong.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/strfsong.h') diff --git a/src/strfsong.h b/src/strfsong.h index 74f9d7306..7c0361d9c 100644 --- a/src/strfsong.h +++ b/src/strfsong.h @@ -1,3 +1,9 @@ +#ifndef STRFSONG_H +#define STRFSONG_H + +#include +#include "libmpdclient.h" gsize strfsong(gchar *s, gsize max, const gchar *format, mpd_Song *song); +#endif -- cgit v1.2.3