diff options
author | Brian Paul <[email protected]> | 2013-09-30 09:07:33 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-09-30 18:50:37 -0600 |
commit | 81bb98e928861260170c16f5c3e0d80492251d6b (patch) | |
tree | c1b63d3ef977dff33e50bae5feb2104e43249491 /src/gallium/auxiliary/util/u_rect.h | |
parent | 48b9720272184d884b21524ae0b5318d42019793 (diff) |
gallium: include u_surface.h instead of u_rect.h
u_rect.h was including u_surface.h just to avoid touching a bunch
of other source files after some functions were moved from u_rect.h
to u_surface.h. This patch cleans up that hack.
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_rect.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_rect.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/auxiliary/util/u_rect.h b/src/gallium/auxiliary/util/u_rect.h index 10909b2024e..c141550be2a 100644 --- a/src/gallium/auxiliary/util/u_rect.h +++ b/src/gallium/auxiliary/util/u_rect.h @@ -83,10 +83,4 @@ u_rect_possible_intersection(const struct u_rect *a, } #endif - -/* Include pipe copy/fill rect helpers declarations for backwards compatibility - */ -#include "util/u_surface.h" - - #endif /* U_RECT_H */ |