From: Dean Michael Berris Date: Tue, 10 Jan 2017 03:21:54 +0000 (+0000) Subject: [XRay] Fixup includes for modules build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5165d0d2b3a8b505df853f3e196fdc4aa2bfa3bf;p=llvm [XRay] Fixup includes for modules build Remove unnecessary system header include. Follow-up to D24376. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291533 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-xray/xray-log-reader.cc b/tools/llvm-xray/xray-log-reader.cc index 96bbaaf2d47..712aa36d5cb 100644 --- a/tools/llvm-xray/xray-log-reader.cc +++ b/tools/llvm-xray/xray-log-reader.cc @@ -10,8 +10,6 @@ // XRay log reader implementation. // //===----------------------------------------------------------------------===// -#include - #include "xray-log-reader.h" #include "xray-record-yaml.h" #include "llvm/Support/DataExtractor.h"