mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-13 20:02:48 +00:00
Merge pull request #2171 from lioncash/pragma
gl_shader_disk_cache: Remove #pragma once from cpp file
This commit is contained in:
commit
b27e6ad912
|
@ -2,8 +2,6 @@
|
||||||
// Licensed under GPLv2 or any later version
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
#include <lz4.h>
|
#include <lz4.h>
|
||||||
|
|
Loading…
Reference in a new issue