diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-02-28 16:59:00 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | 3f9c0b966b9f2d910101f60a199a957da52234a8 (patch) | |
tree | 384dc4181e857689aaea74aed96478154b583494 /mod/mod-ci-github.hxx | |
parent | 412812154e8082c954c94ceb0900774e79c8fe55 (diff) |
Clean up/fixes
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 12 |
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&); } |