Skip to content

Commit

Permalink
symboltable: Kill extraneous header
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Aug 8, 2021
1 parent 225b201 commit bee731b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lfortran/semantics/ast_symboltable_visitor.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#include "lfortran/exception.h"
#include <fstream>
#include <iostream>
#include <map>
#include <memory>
#include <stdint.h>
#include <string>
#include <cmath>
#include <limits>
Expand All @@ -12,13 +10,13 @@
#include <lfortran/asr.h>
#include <lfortran/asr_utils.h>
#include <lfortran/asr_verify.h>
#include <lfortran/exception.h>
#include <lfortran/semantics/asr_implicit_cast_rules.h>
#include <lfortran/semantics/ast_common_visitor.h>
#include <lfortran/semantics/ast_to_asr.h>
#include <lfortran/parser/parser_stype.h>
#include <lfortran/string_utils.h>
#include <lfortran/utils.h>
#include <sys/_types/_int64_t.h>

namespace LFortran {

Expand Down

0 comments on commit bee731b

Please sign in to comment.