Skip to content

Commit abbf42d

Browse files
committed
code: move "http.h" include and avoid clang-format moving it up
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 0611aab commit abbf42d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/util/html.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@
4040
* @Author: Hans Zandbelt - [email protected]
4141
*/
4242

43-
#include "http.h"
4443
#include "mod_auth_openidc.h"
4544
#include "util/util.h"
4645

46+
#include "http.h"
47+
4748
/*
4849
* HTML escape a string
4950
*/

0 commit comments

Comments
 (0)