Skip to content

Commit

Permalink
Simplify includes
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Korobeynikov <anton@korobeynikov.info>
  • Loading branch information
asl committed Jul 16, 2024
1 parent 0c4ec1a commit 9fcc031
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions frontends/p4/typeChecking/typeChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ limitations under the License.

#include "typeChecker.h"

#include <boost/format.hpp>

#include "absl/container/flat_hash_map.h"
#include "constantTypeSubstitution.h"
#include "frontends/common/constantFolding.h"
#include "frontends/common/resolveReferences/referenceMap.h"
#include "frontends/common/resolveReferences/resolveReferences.h"
#include "lib/cstring.h"
#include "lib/hash.h"
#include "lib/log.h"
#include "typeConstraints.h"
#include "typeSubstitution.h"
Expand Down
1 change: 0 additions & 1 deletion frontends/p4/typeChecking/typeChecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ limitations under the License.

#include "frontends/common/resolveReferences/referenceMap.h"
#include "frontends/common/resolveReferences/resolveReferences.h"
#include "frontends/p4/typeChecking/typeSubstitution.h"
#include "frontends/p4/typeMap.h"
#include "ir/ir.h"
#include "ir/pass_manager.h"
Expand Down

0 comments on commit 9fcc031

Please sign in to comment.