Make the file a bit more readable

This commit is contained in:
2020-04-19 11:49:16 +02:00
parent 229f8d2457
commit 63446f0431
+2 -2
View File
@@ -1,8 +1,8 @@
using namespace std;
#include "BufferUtils.hpp"
#include <sstream>
using namespace std;
const size_t BufferUtils::FILE_MOD = 1000;
const size_t BufferUtils::FOLDER_MOD = 100000;