mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
This #include was the cause of a dependency from Symbol -> DataFormatters. However, nothing from the header was being used anyway, so we can just remove it with no adverse effects. This reduces the overall cycle count from 44 to 43. llvm-svn: 298541