[llvm] r291533 - [XRay] Fixup includes for modules build
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 19:21:54 PST 2017
Author: dberris
Date: Mon Jan 9 21:21:54 2017
New Revision: 291533
URL: http://llvm.org/viewvc/llvm-project?rev=291533&view=rev
Log:
[XRay] Fixup includes for modules build
Remove unnecessary system header include.
Follow-up to D24376.
Modified:
llvm/trunk/tools/llvm-xray/xray-log-reader.cc
Modified: llvm/trunk/tools/llvm-xray/xray-log-reader.cc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-xray/xray-log-reader.cc?rev=291533&r1=291532&r2=291533&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-xray/xray-log-reader.cc (original)
+++ llvm/trunk/tools/llvm-xray/xray-log-reader.cc Mon Jan 9 21:21:54 2017
@@ -10,8 +10,6 @@
// XRay log reader implementation.
//
//===----------------------------------------------------------------------===//
-#include <sys/types.h>
-
#include "xray-log-reader.h"
#include "xray-record-yaml.h"
#include "llvm/Support/DataExtractor.h"
More information about the llvm-commits
mailing list