mirror of
https://git.zx2c4.com/cgit
synced 2025-07-21 19:34:22 +02:00
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 <john@keeping.me.uk>
This commit is contained in:
parent
43620cf6aa
commit
e09574bdf6
2 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
#ifndef UI_SHARED_H
|
||||
#define UI_SHARED_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
extern const char *cgit_httpscheme();
|
||||
extern const char *cgit_hosturl();
|
||||
extern const char *cgit_rooturl();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue