Drop excess size used for run time allocated stack variables.
[gcc.git] / gcc / regset.h
index 9178e9fff2000ff07d1172447716f36ff1577c97..91e5b1bf074293e56cdc1c7d0db2f4e621a3b22d 100644 (file)
@@ -1,7 +1,5 @@
 /* Define regsets.
-   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1987-2016 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -32,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;