mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 04:40:11 +01:00
util/anon_file: drop unused #include
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Tested-by: Eric Anholt <eric@anholt.net> Tested-by: Andreas Baierl <ichgeh@imkreisrum.de>
This commit is contained in:
parent
60af7f5a81
commit
8a028b0df2
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@
|
|||
#define _ANON_FILE_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "util/macros.h"
|
||||
|
||||
int os_create_anonymous_file(off_t size, char *debug_name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue