From 8d83c0b2b037af96ce883e6cf9a804ea0be95ddb Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 22 Mar 2014 16:29:43 +0200 Subject: [PATCH] small clean --- include/c11log/details/fast_buf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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