Skip to content

Commit

Permalink
[XRay] Remove unnecessary include of <unistd.h>
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285170 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
deanberris committed Oct 26, 2016
1 parent dbc97f3 commit 1af0e79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/llvm-xray/xray-extract.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
//===----------------------------------------------------------------------===//

#include <type_traits>
#include <unistd.h>
#include <utility>

#include "xray-extract.h"
Expand Down Expand Up @@ -80,7 +79,6 @@ template <> struct MappingTraits<YAMLXRaySledEntry> {

static constexpr bool flow = true;
};

}
}

Expand Down

0 comments on commit 1af0e79

Please sign in to comment.