dri: include swrast.h, not s_texrender.h

This commit is contained in:
Brian Paul 2011-06-13 16:07:32 -06:00
parent 816b8acfe8
commit 4fa01d705f
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
#include "main/renderbuffer.h"
#include "main/context.h"
#include "main/teximage.h"
#include "swrast/s_texrender.h"
#include "swrast/swrast.h"
#include "drivers/common/meta.h"
#include "intel_context.h"

View file

@ -35,7 +35,7 @@
#include "main/framebuffer.h"
#include "main/renderbuffer.h"
#include "main/context.h"
#include "swrast/s_texrender.h"
#include "swrast/swrast.h"
#include "drivers/common/meta.h"
#include "radeon_common.h"