r300g: cleanup includes

This commit is contained in:
Marek Olšák
2010-06-20 03:33:50 +02:00
parent a916669468
commit 6e96cfa39a
2 changed files with 14 additions and 8 deletions
+10 -7
View File
@@ -21,19 +21,22 @@
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
* USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include "pipe/p_screen.h"
/* Always include headers in the reverse order!! ~ M. */
#include "r300_texture.h"
#include "r300_context.h"
#include "r300_reg.h"
#include "r300_transfer.h"
#include "r300_screen.h"
#include "r300_winsys.h"
#include "util/u_format.h"
#include "util/u_format_s3tc.h"
#include "util/u_math.h"
#include "util/u_memory.h"
#include "r300_context.h"
#include "r300_reg.h"
#include "r300_texture.h"
#include "r300_transfer.h"
#include "r300_screen.h"
#include "r300_winsys.h"
#include "pipe/p_screen.h"
#include "state_tracker/drm_api.h"
enum r300_dim {
DIM_WIDTH = 0,
+4 -1
View File
@@ -23,8 +23,11 @@
#ifndef R300_TEXTURE_H
#define R300_TEXTURE_H
#include "util/u_format.h"
#include "pipe/p_format.h"
struct pipe_screen;
struct pipe_resource;
struct winsys_handle;
struct r300_texture;
struct r300_screen;