libgo/testsuite: kill sleep process in gotest
[gcc.git] / gcc / fixed-value.h
index bf30c1a099d8f427cb5210ea701ec1be52411e95..bf421883ef710280d69f7e67c078c6eea719f1dc 100644 (file)
@@ -20,10 +20,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_FIXED_VALUE_H
 #define GCC_FIXED_VALUE_H
 
-#include "machmode.h"
-#include "real.h"
-#include "double-int.h"
-
 struct GTY(()) fixed_value
 {
   double_int data;             /* Store data up to 2 wide integers.  */