From 9f372f084f5c558e3ff618d02abfdb384a82e066 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Mon, 30 Nov 2020 10:56:28 -0600 Subject: Remove includes for old API from internal code (#5536) The only code including the old API now are in parser/ and main/ which will require further untangling. --- src/theory/quantifiers/sygus/sygus_interpol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/quantifiers/sygus/sygus_interpol.h') diff --git a/src/theory/quantifiers/sygus/sygus_interpol.h b/src/theory/quantifiers/sygus/sygus_interpol.h index 916f2d9b5..4db5f261a 100644 --- a/src/theory/quantifiers/sygus/sygus_interpol.h +++ b/src/theory/quantifiers/sygus/sygus_interpol.h @@ -20,7 +20,7 @@ #include #include "expr/node.h" -#include "expr/type.h" +#include "expr/type_node.h" #include "smt/smt_engine.h" namespace CVC4 { -- cgit v1.2.3