]> gitweb.ps.run Git - ps-cgit/commitdiff
Always #include corresponding .h in .c files
authorJohn Keeping <john@keeping.me.uk>
Sat, 6 Apr 2013 10:37:59 +0000 (11:37 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 8 Apr 2013 13:45:34 +0000 (15:45 +0200)
While doing this, remove declarations from header files where the
corresponding definition is declared "static" in order to avoid build
errors.

Also re-order existing headers in ui-*.c so that the file-specific
header always comes immediately after "cgit.h", helping with future
consistency.

Signed-off-by: John Keeping <john@keeping.me.uk>

No differences found