ilo: remove u_debug.h inclusion from ilo_core.h
Move it to ilo_debug.h.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user