diff options
author | Dave Airlie <[email protected]> | 2016-10-14 05:42:29 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-10-19 10:15:43 +1000 |
commit | 971523410fd2235e13c617b6a1569f70486258d7 (patch) | |
tree | cb9e386318cf533e0e3549443d7694dd585d881a /src/intel/vulkan/anv_wsi.c | |
parent | e0d15fbe1d670313132a0b71970badbcac259d78 (diff) |
anv: move common wsi code to x11/wayland common files.
Next task is to rename all the anv_ out of this,
and move to a common location
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_wsi.c')
-rw-r--r-- | src/intel/vulkan/anv_wsi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_wsi.c b/src/intel/vulkan/anv_wsi.c index 84edeebf0f1..bdf14257a9f 100644 --- a/src/intel/vulkan/anv_wsi.c +++ b/src/intel/vulkan/anv_wsi.c @@ -21,7 +21,8 @@ * IN THE SOFTWARE. */ -#include "anv_wsi.h" +#include "anv_private.h" +#include "wsi_common.h" #include "vk_format_info.h" static const struct anv_wsi_callbacks anv_wsi_cbs = { |