mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 18:20:30 +01:00
glsl: cleanup shader_cache header guard
Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
c0816389c2
commit
f2c0e47d9c
1 changed files with 3 additions and 3 deletions
|
|
@ -21,8 +21,8 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef SHADER_CACHE
|
||||
#define SHADER_CACHE
|
||||
#ifndef SHADER_CACHE_H
|
||||
#define SHADER_CACHE_H
|
||||
|
||||
#include "util/disk_cache.h"
|
||||
|
||||
|
|
@ -34,4 +34,4 @@ bool
|
|||
shader_cache_read_program_metadata(struct gl_context *ctx,
|
||||
struct gl_shader_program *prog);
|
||||
|
||||
#endif /* GLSL_SYMBOL_TABLE */
|
||||
#endif /* SHADER_CACHE_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue