[XRay] Remove unnecessary include of <unistd.h>

llvm-svn: 285170
This commit is contained in:
Dean Michael Berris 2016-10-26 04:36:31 +00:00
parent c5dd543d8b
commit 4fc2529d9d
1 changed files with 0 additions and 2 deletions

View File

@ -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;
};
}
}