aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r--mod/mod-ci-github.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx
index ca6c7bf..9731881 100644
--- a/mod/mod-ci-github.hxx
+++ b/mod/mod-ci-github.hxx
@@ -4,8 +4,6 @@
#ifndef MOD_MOD_CI_GITHUB_HXX
#define MOD_MOD_CI_GITHUB_HXX
-#include <web/xhtml/fragment.hxx>
-
#include <libbrep/types.hxx>
#include <libbrep/utility.hxx>
@@ -95,19 +93,19 @@ namespace brep
installation_access_token () = default;
};
- static ostream&
+ ostream&
operator<< (ostream&, const check_suite&);
- static ostream&
+ ostream&
operator<< (ostream&, const repository&);
- static ostream&
+ ostream&
operator<< (ostream&, const installation&);
- static ostream&
+ ostream&
operator<< (ostream&, const check_suite_event&);
- static ostream&
+ ostream&
operator<< (ostream&, const installation_access_token&);
}