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>
这个提交包含在:
		
							
								
								
									
										2
									
								
								cgit.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								cgit.h
									
									
									
									
									
								
							| @@ -3,6 +3,8 @@ | ||||
|  | ||||
|  | ||||
| #include <git-compat-util.h> | ||||
| #include <stdbool.h> | ||||
|  | ||||
| #include <cache.h> | ||||
| #include <grep.h> | ||||
| #include <object.h> | ||||
|   | ||||
| @@ -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(); | ||||
|   | ||||
		在新工单中引用
	
	屏蔽一个用户
	 John Keeping
					John Keeping