From 9101af0612f473306c7b90625cdaef14bd073bc8 Mon Sep 17 00:00:00 2001 From: Viktor Kutuzov Date: Sun, 15 Jun 2014 14:01:18 +0000 Subject: [PATCH] Fix building InstrProfilingFile.c on FreeBSD llvm-svn: 210989 --- compiler-rt/lib/profile/InstrProfilingFile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler-rt/lib/profile/InstrProfilingFile.c b/compiler-rt/lib/profile/InstrProfilingFile.c index 2f77e316e278..5fb78e3f91f6 100644 --- a/compiler-rt/lib/profile/InstrProfilingFile.c +++ b/compiler-rt/lib/profile/InstrProfilingFile.c @@ -8,7 +8,6 @@ \*===----------------------------------------------------------------------===*/ #include "InstrProfiling.h" -#include #include #include #include