summaryrefslogtreecommitdiff
path: root/gcc/fixed-value.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fixed-value.h')
-rw-r--r--gcc/fixed-value.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/fixed-value.h b/gcc/fixed-value.h
index bf30c1a099d..bf421883ef7 100644
--- a/gcc/fixed-value.h
+++ b/gcc/fixed-value.h
@@ -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. */