From: Morgan Deters Date: Tue, 30 Sep 2014 23:14:41 +0000 (-0400) Subject: Fix improper #inclusion of private header outside library. X-Git-Tag: cvc5-1.0.0~6509^2~23 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9ed87b4c415a5c6c1bd6f8b3c93a02a47179365;p=cvc5.git Fix improper #inclusion of private header outside library. --- diff --git a/src/main/driver_unified.cpp b/src/main/driver_unified.cpp index 4787701f5..1f3988753 100644 --- a/src/main/driver_unified.cpp +++ b/src/main/driver_unified.cpp @@ -40,7 +40,6 @@ # endif #include "main/options.h" #include "smt/options.h" -#include "theory/uf/options.h" #include "util/output.h" #include "util/result.h" #include "util/statistics_registry.h"