1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[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 109504e105
commit fa7b5c20f9

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