diff options
-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" |