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:
Tapani Pälli 2017-12-28 09:30:08 +02:00
parent c0816389c2
commit f2c0e47d9c
1 changed files with 3 additions and 3 deletions

View File

@ -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 */