swrast: Reduce header file inclusion in s_fragprog.h.

s_fragprog.h
Include mtype.h for GLcontext symbol.
Include s_span.h for SWspan symbol.

s_fragprog.c
Include s_context.h now that it is removed from s_fragprog.h.
This commit is contained in:
Vinson Lee 2010-08-07 21:01:12 -07:00
parent 7b56285487
commit f009f177fd
2 changed files with 3 additions and 1 deletions

View file

@ -26,6 +26,7 @@
#include "main/colormac.h"
#include "program/prog_instruction.h"
#include "s_context.h"
#include "s_fragprog.h"
#include "s_span.h"

View file

@ -27,7 +27,8 @@
#define S_FRAGPROG_H
#include "s_context.h"
#include "main/mtypes.h"
#include "s_span.h"
extern void