diff options
Diffstat (limited to 'gcc/ipa-icf.c')
-rw-r--r-- | gcc/ipa-icf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-icf.c b/gcc/ipa-icf.c index aa6589c..dda5cac 100644 --- a/gcc/ipa-icf.c +++ b/gcc/ipa-icf.c @@ -52,6 +52,7 @@ along with GCC; see the file COPYING3. If not see */ #include "config.h" +#define INCLUDE_LIST #include "system.h" #include "coretypes.h" #include "backend.h" @@ -66,7 +67,6 @@ along with GCC; see the file COPYING3. If not see #include "coverage.h" #include "gimple-pretty-print.h" #include "data-streamer.h" -#include <list> #include "fold-const.h" #include "calls.h" #include "varasm.h" |