From: John Keeping Date: Thu, 13 Aug 2015 11:14:18 +0000 (+0100) Subject: cgit.h: move stdbool.h from ui-shared.h X-Git-Tag: v0.12~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e09574bdf6cfbd21ff0a58a18f34d4a11db824d7;p=cgit cgit.h: move stdbool.h from ui-shared.h Follow the Git policy of including system headers in only one place. Signed-off-by: John Keeping --- diff --git a/cgit.h b/cgit.h index 3120562..508179a 100644 --- a/cgit.h +++ b/cgit.h @@ -3,6 +3,8 @@ #include +#include + #include #include #include diff --git a/ui-shared.h b/ui-shared.h index 788b1bc..d8a3551 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -1,8 +1,6 @@ #ifndef UI_SHARED_H #define UI_SHARED_H -#include - extern const char *cgit_httpscheme(); extern const char *cgit_hosturl(); extern const char *cgit_rooturl();