Merge pull request #17 from Wunkolo/pragma-none

Remove `#pragma once` from source file
This commit is contained in:
wheremyfoodat
2023-06-10 10:52:54 +03:00
committed by GitHub

View File

@@ -1,4 +1,3 @@
#pragma once
#include <algorithm>
#include <cstring>
#include "loader/lz77.hpp"