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/KModule.cpp | 4 +--- lib/Module/ModuleUtil.cpp | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'lib/Module') diff --git a/lib/Module/KModule.cpp b/lib/Module/KModule.cpp index 1334b58c..01165e94 100644 --- a/lib/Module/KModule.cpp +++ b/lib/Module/KModule.cpp @@ -7,11 +7,9 @@ // //===----------------------------------------------------------------------===// -// FIXME: This does not belong here. -#include "../Core/Common.h" - #define DEBUG_TYPE "KModule" #include "klee/Internal/Module/KModule.h" +#include "klee/Internal/Support/ErrorHandling.h" #include "Passes.h" 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