diff options
author | marha <marha@users.sourceforge.net> | 2013-10-01 08:10:02 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-10-01 08:10:02 +0200 |
commit | 11b60c4ebaf348b01051bfff19f947b073028a99 (patch) | |
tree | 4f4a25423fa7a6cf28e2575eeec77e5f8a4a34bb /mesalib/src/gallium/auxiliary/util/u_rect.h | |
parent | 4366c8fe34719e14906c420d7596e818aadf6ce0 (diff) | |
parent | a5391fdea94a7b827069c6f926f83a235076ccb4 (diff) | |
download | vcxsrv-11b60c4ebaf348b01051bfff19f947b073028a99.tar.gz vcxsrv-11b60c4ebaf348b01051bfff19f947b073028a99.tar.bz2 vcxsrv-11b60c4ebaf348b01051bfff19f947b073028a99.zip |
Merge remote-tracking branch 'origin/released'
* origin/released:
libX11 mesa xkeyboard-config mesa git update 1 Oct 2013
Diffstat (limited to 'mesalib/src/gallium/auxiliary/util/u_rect.h')
-rw-r--r-- | mesalib/src/gallium/auxiliary/util/u_rect.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mesalib/src/gallium/auxiliary/util/u_rect.h b/mesalib/src/gallium/auxiliary/util/u_rect.h index 10909b202..c141550be 100644 --- a/mesalib/src/gallium/auxiliary/util/u_rect.h +++ b/mesalib/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 */ |