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

2013-11-25  Richard Biener  <rguenther@suse.de>

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

From-SVN: r205346
This commit is contained in:
Richard Biener 2013-11-25 09:58:03 +00:00 committed by Richard Biener
parent 3436db7558
commit 4d717338df
2 changed files with 4 additions and 1 deletions

View 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.

View 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. */