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
This commit is contained in:
Richard Guenther 2005-05-17 14:28:49 +00:00 committed by Richard Biener
parent df01da3748
commit 1f76e41766
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,9 @@
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.

View file

@ -52,7 +52,6 @@
SUCH DAMAGE.*/
#include <limits.h>
#include "libiberty.h"
#include <stdlib.h>
#include "generate-random.h"

View file

@ -53,7 +53,6 @@
*/
#include <limits.h>
#include "libiberty.h"
#include <stdlib.h>
#include "generate-random.h"