[Mesa-dev] [PATCH] i965/cfg: Remove redundant #pragma once.

Francisco Jerez currojerez at riseup.net
Wed Mar 9 01:42:50 UTC 2016


brw_cfg.h already has include guards, remove the "#pragma once" which
is redundant and non-standard.
---
 src/mesa/drivers/dri/i965/brw_cfg.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_cfg.h b/src/mesa/drivers/dri/i965/brw_cfg.h
index 405020b..a2ca6b1 100644
--- a/src/mesa/drivers/dri/i965/brw_cfg.h
+++ b/src/mesa/drivers/dri/i965/brw_cfg.h
@@ -25,7 +25,6 @@
  *
  */
 
-#pragma once
 #ifndef BRW_CFG_H
 #define BRW_CFG_H
 
-- 
2.7.0



More information about the mesa-dev mailing list