forked from OSchip/llvm-project
[XRay] Remove unnecessary include of <unistd.h>
llvm-svn: 285170
This commit is contained in:
parent
c5dd543d8b
commit
4fc2529d9d
|
@ -14,7 +14,6 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <type_traits>
|
||||
#include <unistd.h>
|
||||
#include <utility>
|
||||
|
||||
#include "xray-extract.h"
|
||||
|
@ -80,7 +79,6 @@ template <> struct MappingTraits<YAMLXRaySledEntry> {
|
|||
|
||||
static constexpr bool flow = true;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue