Module: Mesa Branch: main Commit: afc3d5eff37ed4c0c6f9b1c4da1af60fe72b6b53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=afc3d5eff37ed4c0c6f9b1c4da1af60fe72b6b53
Author: Yonggang Luo <[email protected]> Date: Wed Nov 2 22:56:32 2022 +0800 glapi: Remove duplicated #include "main/glheader.h" Signed-off-by: Yonggang Luo <[email protected]> Reviewed-by: Jesse Natalie <[email protected]> Acked-by: Brian Paul [email protected] Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19472> --- src/mapi/glapi/gen/gl_table.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mapi/glapi/gen/gl_table.py b/src/mapi/glapi/gen/gl_table.py index d1a0675cec5..c11735fd666 100644 --- a/src/mapi/glapi/gen/gl_table.py +++ b/src/mapi/glapi/gen/gl_table.py @@ -105,7 +105,6 @@ class PrintRemapTable(gl_XML.gl_print_base): #include "main/glheader.h" """) - print('#include "main/glheader.h"') return
