diff options
| author | John Keeping <[email protected]> | 2015-08-13 11:14:18 +0000 |
|---|---|---|
| committer | Jason A. Donenfeld <[email protected]> | 2015-08-13 13:38:03 +0000 |
| commit | e09574bdf6cfbd21ff0a58a18f34d4a11db824d7 (patch) | |
| tree | 62e76a82bcbc8fab45c0a5e361b10246255c1b00 /cgit.h | |
| parent | cache.c: fix header order (diff) | |
| download | cgit-e09574bdf6cfbd21ff0a58a18f34d4a11db824d7.tar.gz cgit-e09574bdf6cfbd21ff0a58a18f34d4a11db824d7.zip | |
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 <[email protected]>
Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ #include <git-compat-util.h> +#include <stdbool.h> + #include <cache.h> #include <grep.h> #include <object.h> |
