graw: Remove unnecessary headers.

This commit is contained in:
Vinson Lee 2010-06-07 18:14:34 -07:00
parent b0acaaac53
commit d09271d6ef
3 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@
#include "pipe/p_defines.h"
#include "util/u_debug.h" /* debug_dump_surface_bmp() */
#include "os/os_time.h" /* os_time_sleep() */
enum pipe_format formats[] = {
PIPE_FORMAT_R8G8B8A8_UNORM,

View File

@ -5,7 +5,6 @@
#include "state_tracker/graw.h"
#include "pipe/p_screen.h"
#include "pipe/p_context.h"
#include "pipe/p_shader_tokens.h"
#include "pipe/p_state.h"
#include "pipe/p_defines.h"

View File

@ -5,7 +5,6 @@
#include "state_tracker/graw.h"
#include "pipe/p_screen.h"
#include "pipe/p_context.h"
#include "pipe/p_shader_tokens.h"
#include "pipe/p_state.h"
#include "pipe/p_defines.h"