--- a/src/highlighter.c Thu Nov 10 18:44:48 2016 +0100 +++ b/src/highlighter.c Mon Nov 13 13:52:00 2017 +0100 @@ -33,8 +33,8 @@ #include <stdio.h> #include <string.h> #include <ctype.h> -#include "ucx/string.h" -#include "ucx/utils.h" +#include <ucx/string.h> +#include <ucx/utils.h> static void put_htmlescaped(UcxBuffer *dest, char c) { if (c == '>') {