diff options
author | Eric Engestrom <[email protected]> | 2019-08-08 10:44:18 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-08-08 22:02:54 +0100 |
commit | 8a028b0df2dae4a06529db39bbcf1b7566faa65c (patch) | |
tree | 458c18100c8e485f1c9aec8704aa0fb324e0ef21 /src/util/anon_file.h | |
parent | 60af7f5a81f822b869b3ebe98e892e6b0aeede0f (diff) |
util/anon_file: drop unused #include
Signed-off-by: Eric Engestrom <[email protected]>
Tested-by: Eric Anholt <[email protected]>
Tested-by: Andreas Baierl <[email protected]>
Diffstat (limited to 'src/util/anon_file.h')
-rw-r--r-- | src/util/anon_file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/anon_file.h b/src/util/anon_file.h index 8bec8d5458b..3d1d2cf7527 100644 --- 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); |