mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 21:10:24 +01:00
util: os_misc: drop p_compiler.h include
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
c44c3948c7
commit
85bf1dc2de
1 changed files with 2 additions and 1 deletions
|
|
@ -34,9 +34,10 @@
|
|||
#ifndef _OS_MISC_H_
|
||||
#define _OS_MISC_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "detect_os.h"
|
||||
#include "pipe/p_compiler.h"
|
||||
|
||||
|
||||
#if DETECT_OS_UNIX
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue