From cc8385b0dbb58419d91e3349a0fd52f6b8452d90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dejan=20Jovanovi=C4=87?= Date: Mon, 6 Aug 2012 21:11:12 +0000 Subject: [PATCH] removing the sat solver inmterface from being public --- src/prop/bvminisat/bvminisat.h | 2 ++ src/prop/sat_solver.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/prop/bvminisat/bvminisat.h b/src/prop/bvminisat/bvminisat.h index d337ff4e6..e13775ab2 100644 --- a/src/prop/bvminisat/bvminisat.h +++ b/src/prop/bvminisat/bvminisat.h @@ -16,6 +16,8 @@ ** Implementation of the minisat for cvc4 (bitvectors). **/ +#include "cvc4_private.h" + #pragma once #include "prop/sat_solver.h" diff --git a/src/prop/sat_solver.h b/src/prop/sat_solver.h index ac80e4422..d2e967393 100644 --- a/src/prop/sat_solver.h +++ b/src/prop/sat_solver.h @@ -16,7 +16,7 @@ ** SAT Solver. **/ -#include "cvc4_public.h" +#include "cvc4_private.h" #ifndef __CVC4__PROP__SAT_MODULE_H #define __CVC4__PROP__SAT_MODULE_H -- 2.30.2