From 2c1f9758525431d870b32986b6144c2921760bc0 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 14 Dec 2006 15:50:34 -0700 Subject: [PATCH] remove unneded includes --- src/mesa/shader/prog_parameter.c | 2 -- src/mesa/shader/prog_print.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/mesa/shader/prog_parameter.c b/src/mesa/shader/prog_parameter.c index f634e38800b..7094d6fc038 100644 --- a/src/mesa/shader/prog_parameter.c +++ b/src/mesa/shader/prog_parameter.c @@ -32,8 +32,6 @@ #include "glheader.h" #include "imports.h" #include "macros.h" -#include "mtypes.h" -#include "program.h" #include "prog_instruction.h" #include "prog_parameter.h" #include "prog_statevars.h" diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c index 1453c3bb886..7bc5016987f 100644 --- a/src/mesa/shader/prog_print.c +++ b/src/mesa/shader/prog_print.c @@ -31,8 +31,6 @@ #include "glheader.h" #include "context.h" #include "imports.h" -#include "macros.h" -#include "program.h" #include "prog_instruction.h" #include "prog_parameter.h" #include "prog_print.h" -- 2.30.2