2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Merge pull request #2171 from lioncash/pragma

gl_shader_disk_cache: Remove #pragma once from cpp file
This commit is contained in:
bunnei 2019-02-27 11:19:17 -05:00 committed by GitHub
commit b27e6ad912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include <cstring>
#include <fmt/format.h>
#include <lz4.h>