From: Gurchetan Singh Date: Fri, 9 Aug 2019 01:39:17 +0000 (-0700) Subject: util: Revert "util: added missing headers in anon-file" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6f8ce1c96e39f4d0309a337b7839aee3b330a87;p=mesa.git util: Revert "util: added missing headers in anon-file" This reverts commit c73988300f943e185a50aaba015f2f114ffcb262. Reason: Made a fix for this, then saw @eric's change ("util/anon_file: add missing"), but some sequence of events I don't really remember caused this to get merged. So revert ;-) Reviewed-by: Eric Engestrom --- diff --git a/src/util/anon_file.c b/src/util/anon_file.c index 90c55cd5af0..2780c74a680 100644 --- a/src/util/anon_file.c +++ b/src/util/anon_file.c @@ -33,8 +33,6 @@ #include #include #include -#include -#include #ifdef __FreeBSD__ #include