libgo/testsuite: kill sleep process in gotest
[gcc.git] / gcc / fixed-value.h
index 73226a8b38c5bb7d5b971ce074af9997b6d085cc..bf421883ef710280d69f7e67c078c6eea719f1dc 100644 (file)
@@ -1,5 +1,5 @@
 /* Fixed-point arithmetic support.
-   Copyright (C) 2006-2014 Free Software Foundation, Inc.
+   Copyright (C) 2006-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -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.  */