Commit 1f76e417 by Richard Guenther Committed by Richard Biener

generate-random.c: Do not include libiberty.h.

2005-05-17  Richard Guenther  <rguenth@gcc.gnu.org>

 	* gcc.dg/compat/generate-random.c: Do not include
 	libiberty.h.
 	* gcc.dg/compat/generate-random_r.c: Likewise.

From-SVN: r99832
parent df01da37
2005-05-17 Richard Guenther <rguenth@gcc.gnu.org>
* gcc.dg/compat/generate-random.c: Do not include
libiberty.h.
* gcc.dg/compat/generate-random_r.c: Likewise.
2005-05-17 Paolo Bonzini <bonzini@gnu.org>
* gcc.dg/fold-div-1.c, gcc.dg/recip-1.c, gcc.dg/recip-2.c: New.
......
......@@ -52,7 +52,6 @@
SUCH DAMAGE.*/
#include <limits.h>
#include "libiberty.h"
#include <stdlib.h>
#include "generate-random.h"
......
......@@ -53,7 +53,6 @@
*/
#include <limits.h>
#include "libiberty.h"
#include <stdlib.h>
#include "generate-random.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment