* tree-switch-conversion.c: Don't include tree-ssa-operands.h.
* tree-ssa.h: Don't include sbitmap.h.
* tree-outof-ssa.c: Include sbitmap.h.
* tree-ssa-live.c: Likewise.
* tree-ssa-propagate.c: Likewise.
* tree-ssa-structalias.c: Likewise.
* tree-stdarg.c: Likewise.
*************** Software Foundation, 51 Franklin Street,
#include "tree.h"
#include "basic-block.h"
#include "tree-ssa.h"
- #include "tree-ssa-operands.h"
#include "tree-pass.h"
#include "gimple-pretty-print.h"
#include "cfgloop.h"
*************** along with GCC; see the file COPYING3.
#define GCC_TREE_SSA_H
#include "bitmap.h"
- #include "sbitmap.h"
#include "gimple.h"
#include "gimple-ssa.h"
#include "cgraph.h"
*************** along with GCC; see the file COPYING3.
#include "basic-block.h"
#include "gimple-pretty-print.h"
#include "bitmap.h"
+ #include "sbitmap.h"
#include "tree-ssa.h"
#include "dumpfile.h"
#include "diagnostic-core.h"
*************** along with GCC; see the file COPYING3.
#include "tree.h"
#include "gimple-pretty-print.h"
#include "bitmap.h"
+ #include "sbitmap.h"
#include "tree-ssa.h"
#include "timevar.h"
#include "dumpfile.h"
***************
#include "function.h"
#include "gimple-pretty-print.h"
#include "dumpfile.h"
+ #include "sbitmap.h"
#include "tree-ssa.h"
#include "tree-ssa-propagate.h"
#include "langhooks.h"
***************
#include "ggc.h"
#include "obstack.h"
#include "bitmap.h"
+ #include "sbitmap.h"
#include "flags.h"
#include "basic-block.h"
#include "tree.h"
*************** along with GCC; see the file COPYING3.
#include "gimple-pretty-print.h"
#include "target.h"
#include "tree-ssa.h"
+ #include "sbitmap.h"
#include "tree-pass.h"
#include "tree-stdarg.h"