mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-24 16:00:56 +00:00
st/mesa: include util/bitscan.h in st_glsl_to_tgsi_temprename.cpp
And use "" instead of <> for including Mesa headers, as we do elsewhere. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
741d423478
commit
6dc8896726
@ -22,9 +22,10 @@
|
||||
*/
|
||||
|
||||
#include "st_glsl_to_tgsi_temprename.h"
|
||||
#include <tgsi/tgsi_info.h>
|
||||
#include <tgsi/tgsi_strings.h>
|
||||
#include <program/prog_instruction.h>
|
||||
#include "tgsi/tgsi_info.h"
|
||||
#include "tgsi/tgsi_strings.h"
|
||||
#include "program/prog_instruction.h"
|
||||
#include "util/bitscan.h"
|
||||
#include <limits>
|
||||
#include <cstdlib>
|
||||
|
||||
@ -37,8 +38,8 @@
|
||||
#ifndef NDEBUG
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <program/prog_print.h>
|
||||
#include <util/debug.h>
|
||||
#include "program/prog_print.h"
|
||||
#include "util/debug.h"
|
||||
using std::cerr;
|
||||
using std::setw;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user