mesa: Remove unnecessary headers.

This commit is contained in:
Vinson Lee 2010-09-24 22:46:14 -07:00
parent ef1e1261df
commit c510f8eeb4
3 changed files with 0 additions and 6 deletions

View file

@ -86,7 +86,6 @@
#include "blend.h"
#include "buffers.h"
#include "bufferobj.h"
#include "colortab.h"
#include "context.h"
#include "cpuinfo.h"
#include "debug.h"

View file

@ -35,11 +35,8 @@
#include "bufferobj.h"
#include "colormac.h"
#include "convolve.h"
#include "context.h"
#include "image.h"
#include "macros.h"
#include "mtypes.h"
#include "state.h"
#include "main/dispatch.h"

View file

@ -26,8 +26,6 @@
#include "glheader.h"
#include "bufferobj.h"
#include "colormac.h"
#include "context.h"
#include "image.h"
#include "histogram.h"
#include "macros.h"
#include "main/dispatch.h"