From b226f3a77cf63ed92539165b54b48889f8ad2289 Mon Sep 17 00:00:00 2001 From: Nils Becker Date: Wed, 10 Jul 2019 16:43:48 +0200 Subject: [PATCH] cleaning up includes --- src/ast/rewriter/th_rewriter.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ast/rewriter/th_rewriter.cpp b/src/ast/rewriter/th_rewriter.cpp index 68fa45f72..c6439e12a 100644 --- a/src/ast/rewriter/th_rewriter.cpp +++ b/src/ast/rewriter/th_rewriter.cpp @@ -34,8 +34,6 @@ Notes: #include "ast/ast_pp.h" #include "ast/ast_util.h" #include "ast/well_sorted.h" -#include "ast/ast.h" -#include namespace { struct th_rewriter_cfg : public default_rewriter_cfg {