mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 00:10:10 +01:00
gallium: include u_memory.h, u_math.h
This commit is contained in:
parent
4c84e940d0
commit
6fd2feaad7
2 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#include "pipe/p_debug.h"
|
||||
#include "pipe/p_winsys.h"
|
||||
#include "pipe/p_thread.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_double_list.h"
|
||||
#include "util/u_time.h"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_debug.h"
|
||||
#include "util/u_memory.h"
|
||||
|
||||
|
||||
struct brw_aubfile {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue