diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:55:23 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:55:23 +0100 |
commit | 857179e538c9752fab239a21312d0fcc80022151 (patch) | |
tree | 66cc4a2b3753433b2c86251b53b1bfda352b033e /src/radeon_exa_shared.c | |
parent | 148e889149f5ecc3dc2473f2a9e01572eeb037d3 (diff) |
radeon: move macros into radeon.h
Drop separate header file, there isn't many separate macros now.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_exa_shared.c')
-rw-r--r-- | src/radeon_exa_shared.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_exa_shared.c b/src/radeon_exa_shared.c index a1a7cf96..1218efbc 100644 --- a/src/radeon_exa_shared.c +++ b/src/radeon_exa_shared.c @@ -35,7 +35,6 @@ #endif #include "radeon.h" -#include "radeon_macros.h" #include "radeon_probe.h" #include "radeon_version.h" #include "radeon_vbo.h" |