diff --git a/src/html-error.c b/src/html-error.c index 78c3ef0..daf44d3 100644 --- a/src/html-error.c +++ b/src/html-error.c @@ -20,10 +20,9 @@ * HTML error pages with variable substitution. */ -#include +#include "common.h" #include "main.h" -#include "common.h" #include "buffer.h" #include "conns.h" #include "heap.h" @@ -32,6 +31,8 @@ #include "utils.h" #include "conf.h" +#include + /* * Add an error number -> filename mapping to the errorpages list. */