diff options
Diffstat (limited to 'gcc/analyzer/symbol.cc')
-rw-r--r-- | gcc/analyzer/symbol.cc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/analyzer/symbol.cc b/gcc/analyzer/symbol.cc index 068801a..8643284 100644 --- a/gcc/analyzer/symbol.cc +++ b/gcc/analyzer/symbol.cc @@ -18,11 +18,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -#include "config.h" -#include "system.h" -#include "coretypes.h" -#include "tree.h" -#include "analyzer/analyzer.h" +#include "analyzer/common.h" + #include "analyzer/symbol.h" #if ENABLE_ANALYZER |