diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h
index 80dd7b6c4f0..eec87d8f73e 100644
--- a/include/llvm/ADT/APFloat.h
+++ b/include/llvm/ADT/APFloat.h
@@ -102,7 +102,6 @@
 
 // APInt contains static functions implementing bignum arithmetic.
 #include "llvm/ADT/APInt.h"
-#include "llvm/CodeGen/ValueTypes.h"
 
 namespace llvm {