diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/overview_code.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/overview_code.c b/doc/overview_code.c index 026467d..6835d9a 100644 --- a/doc/overview_code.c +++ b/doc/overview_code.c @@ -8,8 +8,8 @@ written such that it at least compiles and will run without crashing. */ -#include "zix/attributes.h" -#include "zix/string_view.h" +#include <zix/attributes.h> +#include <zix/string_view.h> #if defined(__GNUC__) # pragma GCC diagnostic push |