small clean

This commit is contained in:
gabime 2014-03-22 16:29:43 +02:00
parent a287bccd40
commit 8d83c0b2b0
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#pragma once
#include <cstddef>
#include <utility>
#include <cstring>
#include <array>
#include <vector>
#include <algorithm>
// Fast memory storage
// stores its contents on the stack when possible, in vector<char> otherwise