diff --git a/include/c11log/details/fast_buf.h b/include/c11log/details/fast_buf.h index 8ff28530..c62bfa73 100644 --- a/include/c11log/details/fast_buf.h +++ b/include/c11log/details/fast_buf.h @@ -1,9 +1,9 @@ #pragma once -#include -#include -#include +#include #include +#include + // Fast memory storage // stores its contents on the stack when possible, in vector otherwise