1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove unneeded forward declaration. NFC

llvm-svn: 313357
This commit is contained in:
Alexander Kornienko 2017-09-15 11:45:57 +00:00
parent 0577e7411e
commit 85280d06c0

View File

@ -16,12 +16,11 @@
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/ErrorOr.h"
#include <system_error>
namespace llvm {
class StringRef;
namespace sys {
/// This is the OS-specific separator for PATH like environment variables: