mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
radv/winsys: remove useless errno.h includes
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11269>
This commit is contained in:
parent
ec7f7a7e33
commit
44e7057304
2 changed files with 0 additions and 3 deletions
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include <amdgpu.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
#include "drm-uapi/amdgpu_drm.h"
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@
|
|||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#include "util/bitset.h"
|
||||
#include "radv_amdgpu_surface.h"
|
||||
#include "radv_amdgpu_winsys.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue