aco: reorder and cleanup #includes

Reviewed-by: Tony Wasserka <tony.wasserka@gmx.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11271>
This commit is contained in:
Daniel Schürmann
2021-06-09 15:40:03 +02:00
committed by Marge Bot
parent 452c4c8ba1
commit 59fdaa1985
32 changed files with 137 additions and 100 deletions
+4 -5
View File
@@ -22,14 +22,13 @@
*
*/
#include <algorithm>
#include <map>
#include <stack>
#include <math.h>
#include "aco_ir.h"
#include "sid.h"
#include <map>
#include <stack>
#include <vector>
namespace aco {
namespace {