OSDN Git Service

[XRay] Fixup includes for modules build
authorDean Michael Berris <dberris@google.com>
Tue, 10 Jan 2017 03:21:54 +0000 (03:21 +0000)
committerDean Michael Berris <dberris@google.com>
Tue, 10 Jan 2017 03:21:54 +0000 (03:21 +0000)
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

tools/llvm-xray/xray-log-reader.cc

index 96bbaaf..712aa36 100644 (file)
@@ -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"