]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree-dfa.c: Remove unused convert.h include.
authorRichard Biener <rguenther@suse.de>
Mon, 25 Nov 2013 09:58:03 +0000 (09:58 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 25 Nov 2013 09:58:03 +0000 (09:58 +0000)
2013-11-25  Richard Biener  <rguenther@suse.de>

* tree-dfa.c: Remove unused convert.h include.

From-SVN: r205346

gcc/ChangeLog
gcc/tree-dfa.c

index cbb27ce5560dcc725ba7844bef1f17c90c38e835..d72dfa66758e54a0fd06b16e7292436b1b89c842 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-25  Richard Biener  <rguenther@suse.de>
+
+       * tree-dfa.c: Remove unused convert.h include.
+
 2013-11-25  Terry Guo  <terry.guo@arm.com>
 
        * doc/invoke.texi (-mslow-flash-data): Document new option.
index 970b61c62e9a19e7c125e3e7c9e79e36a1a3a29b..27d6a711bcf28200c54a4e0573fc4fcf3484ed1e 100644 (file)
@@ -47,7 +47,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-dfa.h"
 #include "tree-inline.h"
 #include "tree-pass.h"
-#include "convert.h"
 #include "params.h"
 
 /* Build and maintain data flow information for trees.  */