diff options
| author | Stefan Boberg <[email protected]> | 2021-09-09 20:46:22 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-09 20:46:22 +0200 |
| commit | 46aa14744ba72873975d288b568fa3b15d196a78 (patch) | |
| tree | 335055510cd45ef033b8b7565e9123f2b6887ce1 /zenserver/projectstore.h | |
| parent | Merge from main (diff) | |
| download | zen-46aa14744ba72873975d288b568fa3b15d196a78.tar.xz zen-46aa14744ba72873975d288b568fa3b15d196a78.zip | |
clang-format
Diffstat (limited to 'zenserver/projectstore.h')
| -rw-r--r-- | zenserver/projectstore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/projectstore.h b/zenserver/projectstore.h index 3a8e5f8f8..8fe189ab9 100644 --- a/zenserver/projectstore.h +++ b/zenserver/projectstore.h @@ -2,9 +2,9 @@ #pragma once -#include <zenhttp/httpserver.h> #include <zencore/uid.h> #include <zencore/xxhash.h> +#include <zenhttp/httpserver.h> #include <zenstore/cas.h> #include <zenstore/caslog.h> |