* ChangeLog: Remove duplicate entry.
[gcc.git] / gcc / cfgcleanup.c
index f4d67d2c564168ef3ac83acf564f94a873571844..6e92d4cdde221265fa603a2621bef62e05e81ef5 100644 (file)
@@ -1,5 +1,5 @@
 /* Control flow optimization code for GNU compiler.
-   Copyright (C) 1987-2015 Free Software Foundation, Inc.
+   Copyright (C) 1987-2016 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -39,24 +39,12 @@ along with GCC; see the file COPYING3.  If not see
 #include "cfghooks.h"
 #include "df.h"
 #include "tm_p.h"
-#include "expmed.h"
 #include "insn-config.h"
-#include "regs.h"
 #include "emit-rtl.h"
-#include "recog.h"
-#include "diagnostic-core.h"
-#include "alias.h"
-#include "flags.h"
 #include "cselib.h"
 #include "params.h"
 #include "tree-pass.h"
 #include "cfgloop.h"
-#include "dojump.h"
-#include "explow.h"
-#include "calls.h"
-#include "varasm.h"
-#include "stmt.h"
-#include "expr.h"
 #include "cfgrtl.h"
 #include "cfganal.h"
 #include "cfgbuild.h"