From: Vinson Lee Date: Sun, 17 Jan 2010 00:15:37 +0000 (-0800) Subject: mesa: Remove unnecessary header from nvvertparse.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=97fc7ae69f4e620a5b14a3dbe574c4810741293c;p=mesa.git mesa: Remove unnecessary header from nvvertparse.c. --- diff --git a/src/mesa/shader/nvvertparse.c b/src/mesa/shader/nvvertparse.c index 8574016050c..baff7658d18 100644 --- a/src/mesa/shader/nvvertparse.c +++ b/src/mesa/shader/nvvertparse.c @@ -40,7 +40,6 @@ #include "main/glheader.h" #include "main/context.h" #include "main/imports.h" -#include "main/macros.h" #include "nvprogram.h" #include "nvvertparse.h" #include "prog_instruction.h"