mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: remove unnecessary forward declaration
This removes the forward declaration for the class which is unnecessary. NFC.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user