Drop excess size used for run time allocated stack variables.
[gcc.git] / gcc / regset.h
index 731e8c6599253dbf88745fce3ef19a746fba700f..91e5b1bf074293e56cdc1c7d0db2f4e621a3b22d 100644 (file)
@@ -1,5 +1,5 @@
 /* Define regsets.
-   Copyright (C) 1987-2013 Free Software Foundation, Inc.
+   Copyright (C) 1987-2016 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -30,8 +30,6 @@ along with GCC; see the file COPYING3.  If not see
    the latter option, a good start would be to change everything allocated
    on the reg_obstack to regset.  */
 
-#include "bitmap.h"            /* For bitmap_iterator.  */
-#include "hard-reg-set.h"
 
 /* Head of register set linked list.  */
 typedef bitmap_head regset_head;