Skip to content
Snippets Groups Projects
Commit e7eff72e authored by Lioncash's avatar Lioncash
Browse files

gl_shader_disk_cache: Remove #pragma once from cpp file

This is only necessary in headers. Silences a warning with clang.
parent 10d1d583
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,6 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment