1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Remove accidentally committed cruft.

llvm-svn: 101230
This commit is contained in:
Nick Lewycky 2010-04-14 04:46:11 +00:00
parent 4e8596f65d
commit 2874312841

View File

@ -17,12 +17,9 @@
#define BUGDRIVER_H
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/CommandLine.h"
#include <vector>
#include <string>
extern llvm::cl::opt<bool> StripDebug;
namespace llvm {
class Value;