From 1208356b92f250f22af3b91a32e6273590256d6c Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 3 May 2024 15:53:57 +0300 Subject: [PATCH] ref: gl: gl2_shim: remove unused ALLOCA_H include --- ref/gl/gl2_shim/gl2_shim.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ref/gl/gl2_shim/gl2_shim.c b/ref/gl/gl2_shim/gl2_shim.c index 94eb0e4d..bb7f844b 100644 --- a/ref/gl/gl2_shim/gl2_shim.c +++ b/ref/gl/gl2_shim/gl2_shim.c @@ -34,7 +34,6 @@ Limitations: #include "gl_local.h" #ifndef XASH_GL_STATIC #include "gl2_shim.h" -#include ALLOCA_H #define MAX_SHADERLEN 4096 // increase this when adding more attributes