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
commit c8506037fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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