Purge unused includes throughout libSupport.
[oota-llvm.git] / include / llvm / ADT / FoldingSet.h
index 278e43e3e74c8dcb03f0621b599fbe8ba61509a0..52d10c1c1245814e42b31854cd3ea81e6e33132a 100644 (file)
@@ -23,9 +23,6 @@
 #include "llvm/Support/DataTypes.h"
 
 namespace llvm {
-  class APFloat;
-  class APInt;
-
 /// This folding set used for two purposes:
 ///   1. Given information about a node we want to create, look up the unique
 ///      instance of the node in the set.  If the node already exists, return