util/anon_file: drop unused #include
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 8 Aug 2019 09:44:18 +0000 (10:44 +0100)
committerEric 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

index 8bec8d5458b2edaf0dc4133ce345caec5b6866c1..3d1d2cf752768024c1658686bee2e2d06f9acaa9 100644 (file)
@@ -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);