summaryrefslogtreecommitdiff
path: root/lib/profile/GCDAProfiling.c
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-07-19 20:31:46 +0000
committerXinliang David Li <davidxl@google.com>2016-07-19 20:31:46 +0000
commitcb081e1fa6099e26db36319d52fdfc1e47568341 (patch)
tree25ff321b6deccda6ed4037e2e6e416a543e6a624 /lib/profile/GCDAProfiling.c
parent81ebff1568c1a78be894f6409c8d26064b608806 (diff)
[Profile] move utility interfaces to the right header /NFC
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@276021 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/GCDAProfiling.c')
-rw-r--r--lib/profile/GCDAProfiling.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/profile/GCDAProfiling.c b/lib/profile/GCDAProfiling.c
index 2756084f5..2ad7f450c 100644
--- a/lib/profile/GCDAProfiling.c
+++ b/lib/profile/GCDAProfiling.c
@@ -20,7 +20,6 @@
|*
\*===----------------------------------------------------------------------===*/
-#include "InstrProfilingInternal.h"
#include "InstrProfilingPort.h"
#include "InstrProfilingUtil.h"