aco: fix includes in aco_ir.cpp

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3300
Fixes: e75946cfef ('aco: move some setup code into helpers')
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6015>
This commit is contained in:
Rhys Perry
2020-07-21 21:48:06 +01:00
committed by Marge Bot
parent 8fff8afb13
commit 12b99d2581
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -25,8 +25,6 @@
#include "aco_ir.h"
#include "vulkan/radv_shader.h"
#include "vulkan/radv_shader_args.h"
#include "c11/threads.h"
#include "util/debug.h"
#include <iostream>
#include <sstream>
+2
View File
@@ -23,6 +23,8 @@
*/
#include "aco_ir.h"
#include "vulkan/radv_shader.h"
#include "c11/threads.h"
#include "util/debug.h"
namespace aco {