r300g: fix scons build

This commit is contained in:
Marek Olšák
2010-02-14 03:14:32 +01:00
parent 85425b3b60
commit 804a6d6a68
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -34,7 +34,8 @@
#include "r300_screen.h"
#include "r300_state_invariant.h"
#include "r300_texture.h"
#include "r300_winsys.h"
#include "radeon_winsys.h"
static void r300_destroy_context(struct pipe_context* context)
{
+1 -2
View File
@@ -33,9 +33,8 @@ extern "C" {
#include "pipe/p_defines.h"
#include "pipe/p_state.h"
#include "util/u_simple_screen.h"
#include "radeon_winsys.h"
struct radeon_winsys;
/* Creates a new r300 screen. */
struct pipe_screen* r300_create_screen(struct radeon_winsys* radeon_winsys);