From c9ed87b4c415a5c6c1bd6f8b3c93a02a47179365 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Tue, 30 Sep 2014 19:14:41 -0400 Subject: [PATCH] Fix improper #inclusion of private header outside library. --- src/main/driver_unified.cpp | 1 - 1 file changed, 1 deletion(-) 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" -- 2.30.2