mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 22:28:04 +02:00
ilo: remove u_debug.h inclusion from ilo_core.h
Move it to ilo_debug.h.
This commit is contained in:
parent
3fe568e2a4
commit
29a0f7479d
2 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#include "pipe/p_compiler.h"
|
||||
|
||||
#include "util/u_debug.h"
|
||||
#include "util/u_math.h"
|
||||
|
||||
#endif /* ILO_CORE_H */
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@
|
|||
#ifndef ILO_DEBUG_H
|
||||
#define ILO_DEBUG_H
|
||||
|
||||
#include "util/u_debug.h"
|
||||
|
||||
#include "ilo_core.h"
|
||||
|
||||
/* enable debug flags affecting hot pathes only with debug builds */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue