From: Vinson Lee Date: Sat, 16 Jan 2010 09:50:08 +0000 (-0800) Subject: glsl: Remove unnecessary header from slang_log.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10bd931949d8dd3c63fe8bcc00899875d7dde105;p=mesa.git glsl: Remove unnecessary header from slang_log.c. --- diff --git a/src/mesa/shader/slang/slang_log.c b/src/mesa/shader/slang/slang_log.c index d7d2b4fbfd0..4f6b8541c5a 100644 --- a/src/mesa/shader/slang/slang_log.c +++ b/src/mesa/shader/slang/slang_log.c @@ -24,7 +24,6 @@ */ #include "main/imports.h" -#include "main/context.h" #include "slang_log.h" #include "slang_utility.h"