diff options
Diffstat (limited to 'gcc/resource.h')
-rw-r--r-- | gcc/resource.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/resource.h b/gcc/resource.h index 1930124e423..4eb652c3e09 100644 --- a/gcc/resource.h +++ b/gcc/resource.h @@ -20,9 +20,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_RESOURCE_H #define GCC_RESOURCE_H -#include "hard-reg-set.h" -#include "df.h" - /* Macro to clear all resources. */ #define CLEAR_RESOURCE(RES) \ do { (RES)->memory = (RES)->volatil = (RES)->cc = 0; \ |