mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
gallium: Clean up header file inclusion in p_defines.h.
Remove p_format.h. Include p_compiler.h for boolean and uint64_t symbols.
This commit is contained in:
parent
81ac08f89d
commit
121b6d68c2
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#ifndef PIPE_DEFINES_H
|
||||
#define PIPE_DEFINES_H
|
||||
|
||||
#include "p_format.h"
|
||||
#include "p_compiler.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue