diff options
author | Dean Michael Berris <dberris@google.com> | 2017-01-10 03:21:54 +0000 |
---|---|---|
committer | Dean Michael Berris <dberris@google.com> | 2017-01-10 03:21:54 +0000 |
commit | f45ecd6eb7f195c1840ba5d51c4c6af9cc1be2a8 (patch) | |
tree | 614ae45ff063575288774f150b31785afb4c487c /llvm/tools/llvm-xray/xray-log-reader.cc | |
parent | 02b1397ac3b87c563a91e7e83c087b7f4a15dc85 (diff) | |
download | bcm5719-llvm-f45ecd6eb7f195c1840ba5d51c4c6af9cc1be2a8.tar.gz bcm5719-llvm-f45ecd6eb7f195c1840ba5d51c4c6af9cc1be2a8.zip |
[XRay] Fixup includes for modules build
Remove unnecessary system header include.
Follow-up to D24376.
llvm-svn: 291533
Diffstat (limited to 'llvm/tools/llvm-xray/xray-log-reader.cc')
-rw-r--r-- | llvm/tools/llvm-xray/xray-log-reader.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-xray/xray-log-reader.cc b/llvm/tools/llvm-xray/xray-log-reader.cc index 96bbaaf2d47..712aa36d5cb 100644 --- a/llvm/tools/llvm-xray/xray-log-reader.cc +++ b/llvm/tools/llvm-xray/xray-log-reader.cc @@ -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" |