Code

include cleanup
authorMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:29 +0000 (12:27 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:29 +0000 (12:27 +0200)
commit8fd244cc61c74522b93b59e75594902a01f936b5
treebbf97cbda04f0ec9b0dd927ab941a541dc1f8fd7
parent2546fc394347548583c7bdcc15c23c7b17df6ea4
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.
36 files changed:
src/colors.c
src/colors.h
src/command.c
src/command.h
src/conf.c
src/conf.h
src/easy_download.c
src/list_window.c
src/list_window.h
src/lyrics_hd.c
src/main.c
src/mpdclient.c
src/mpdclient.h
src/options.c
src/options.h
src/screen.c
src/screen.h
src/screen_artist.c
src/screen_clock.c
src/screen_file.c
src/screen_help.c
src/screen_keydef.c
src/screen_lyrics.c
src/screen_play.c
src/screen_search.c
src/screen_utils.c
src/screen_utils.h
src/src_lyrics.h
src/strfsong.c
src/strfsong.h
src/support.c
src/support.h
src/utils.c
src/utils.h
src/wreadln.c
src/wreadln.h