From 771cdf39d9c1e142269e2cafc4365d0d68e05f9a Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Mon, 10 Aug 2015 08:59:00 +0200 Subject: Refactoring: Moving klee_warning/_error functions to ErrorHandling in Support directory --- lib/Module/ModuleUtil.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/Module/ModuleUtil.cpp') diff --git a/lib/Module/ModuleUtil.cpp b/lib/Module/ModuleUtil.cpp index 1cf9c35c..aabc0a57 100644 --- a/lib/Module/ModuleUtil.cpp +++ b/lib/Module/ModuleUtil.cpp @@ -11,9 +11,7 @@ #include "klee/Config/Version.h" #include "klee/Internal/Support/Debug.h" - -// FIXME: This does not belong here. -#include "../Core/Common.h" +#include "klee/Internal/Support/ErrorHandling.h" #include "../Core/SpecialFunctionHandler.h" #if LLVM_VERSION_CODE >= LLVM_VERSION(3, 4) -- cgit 1.4.1