mesa: fix fallthrough in glformats
[mesa.git] / src / mesa / state_tracker / st_shader_cache.h
index 5b0bff7b2f86699ad1267c4e39cb9afdf9c8969c..2a74ea1e90a020eb928afd0a58bfffa9e1864be7 100644 (file)
  * DEALINGS IN THE SOFTWARE.
  */
 
+#ifndef ST_SHADER_CACHE_H
+#define ST_SHADER_CACHE_H
+
 #include "st_context.h"
-#include "compiler/blob.h"
 #include "main/mtypes.h"
 #include "pipe/p_state.h"
+#include "util/blob.h"
 #include "util/disk_cache.h"
 #include "util/mesa-sha1.h"
 
@@ -73,3 +76,5 @@ st_store_ir_in_disk_cache(struct st_context *st, struct gl_program *prog,
 #ifdef __cplusplus
 }
 #endif
+
+#endif