SIL: remove unnecessary forward declaration

This removes the forward declaration for the class which is unnecessary.  NFC.
This commit is contained in:
Saleem Abdulrasool
2016-08-24 12:48:56 -07:00
parent 1f6670f113
commit ca539d9694

View File

@@ -20,10 +20,6 @@
#include "swift/Basic/Range.h"
#include "swift/SIL/SILInstruction.h"
namespace llvm {
template <class T> struct GraphTraits;
};
namespace swift {
class SILFunction;
class SILArgument;