diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2014-02-11 03:40:14 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2014-02-11 03:40:14 +0000 |
| commit | 07e7618e95af7354221cd64a208b9184fae43f71 (patch) | |
| tree | b496c2c07dc4db45610308d14e2698ed2bf51ea4 /llvm/lib/Support/Unix | |
| parent | 3f5e8b8dc1b73eff352195e3f02bb5752690fb90 (diff) | |
| download | bcm5719-llvm-07e7618e95af7354221cd64a208b9184fae43f71.tar.gz bcm5719-llvm-07e7618e95af7354221cd64a208b9184fae43f71.zip | |
Using the helper API for random number generation.
llvm-svn: 201125
Diffstat (limited to 'llvm/lib/Support/Unix')
| -rw-r--r-- | llvm/lib/Support/Unix/Path.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Unix/Path.inc b/llvm/lib/Support/Unix/Path.inc index d0b63b5ba5c..cda976fdeee 100644 --- a/llvm/lib/Support/Unix/Path.inc +++ b/llvm/lib/Support/Unix/Path.inc @@ -17,7 +17,6 @@ //===----------------------------------------------------------------------===// #include "Unix.h" -#include "llvm/Support/Process.h" #include <limits.h> #include <stdio.h> #if HAVE_SYS_STAT_H |

