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:
parent
109504e105
commit
fa7b5c20f9
@ -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…
x
Reference in New Issue
Block a user