r200: remove unneeded #include "util/simple_list.h"
And include "util/simple_list.h" where it is needed in r200_state.c Compile tested only. Reviewed-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
@@ -37,7 +37,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#include "main/api_arrayelt.h"
|
||||
#include "main/api_exec.h"
|
||||
#include "main/context.h"
|
||||
#include "util/simple_list.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/extensions.h"
|
||||
#include "main/version.h"
|
||||
|
||||
@@ -35,8 +35,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#ifndef __R200_IOCTL_H__
|
||||
#define __R200_IOCTL_H__
|
||||
|
||||
#include "util/simple_list.h"
|
||||
|
||||
#include "radeon_bo_gem.h"
|
||||
#include "radeon_cs_gem.h"
|
||||
|
||||
|
||||
@@ -61,6 +61,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#include "r200_swtcl.h"
|
||||
#include "r200_vertprog.h"
|
||||
|
||||
#include "util/simple_list.h"
|
||||
|
||||
/* =============================================================
|
||||
* Alpha blending
|
||||
|
||||
@@ -38,7 +38,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#include "main/image.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/macros.h"
|
||||
#include "util/simple_list.h"
|
||||
|
||||
#include "swrast/s_context.h"
|
||||
#include "swrast/s_fog.h"
|
||||
|
||||
@@ -36,7 +36,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#include "main/context.h"
|
||||
#include "main/enums.h"
|
||||
#include "main/image.h"
|
||||
#include "util/simple_list.h"
|
||||
#include "main/teximage.h"
|
||||
#include "main/texobj.h"
|
||||
#include "main/samplerobj.h"
|
||||
|
||||
Reference in New Issue
Block a user