diff options
author | Keith Packard <keithp@keithp.com> | 2014-08-16 19:05:57 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-09-12 13:51:16 -0700 |
commit | 48f6406a62c06a09b173d82b8eb79761188ff717 (patch) | |
tree | df2b412b5ab7860706afa4e44873a361eb912abe /src/uxa/i915_3d.c | |
parent | 8b59a88c23c4795f6d829efb91a0d40e52d20014 (diff) |
Use intel_uxa.h in all uxa-specific files
Instead of always including intel_uxa.h from intel.h, and including
uxa.h from some files directly, use intel_uxa.h directly from .c files
that have UXA-specific code in them.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/uxa/i915_3d.c')
-rw-r--r-- | src/uxa/i915_3d.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uxa/i915_3d.c b/src/uxa/i915_3d.c index 24f60814..41006fa0 100644 --- a/src/uxa/i915_3d.c +++ b/src/uxa/i915_3d.c @@ -32,6 +32,7 @@ #include "xorg-server.h" #include "xf86.h" #include "intel.h" +#include "intel_uxa.h" #include "i915_reg.h" |