aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--cgit.h2
-rw-r--r--ui-shared.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cgit.h b/cgit.h
index 508179a..3120562 100644
--- a/cgit.h
+++ b/cgit.h
@@ -3,8 +3,6 @@
#include <git-compat-util.h>
-#include <stdbool.h>
-
#include <cache.h>
#include <grep.h>
#include <object.h>
diff --git a/ui-shared.h b/ui-shared.h
index d8a3551..788b1bc 100644
--- a/ui-shared.h
+++ b/ui-shared.h
@@ -1,6 +1,8 @@
#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();