projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60af7f5
)
util/anon_file: drop unused #include
author
Eric Engestrom
<eric.engestrom@intel.com>
Thu, 8 Aug 2019 09:44:18 +0000
(10:44 +0100)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Thu, 8 Aug 2019 21:02:54 +0000
(22:02 +0100)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Tested-by: Eric Anholt <eric@anholt.net>
Tested-by: Andreas Baierl <ichgeh@imkreisrum.de>
src/util/anon_file.h
patch
|
blob
|
history
diff --git
a/src/util/anon_file.h
b/src/util/anon_file.h
index 8bec8d5458b2edaf0dc4133ce345caec5b6866c1..3d1d2cf752768024c1658686bee2e2d06f9acaa9 100644
(file)
--- a/
src/util/anon_file.h
+++ b/
src/util/anon_file.h
@@
-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);