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 --- tools/klee/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp index 0a292500..debbe7d2 100644 --- a/tools/klee/main.cpp +++ b/tools/klee/main.cpp @@ -1,8 +1,5 @@ /* -*- mode: c++; c-basic-offset: 2; -*- */ -// FIXME: This does not belong here. -#include "../lib/Core/Common.h" - #include "klee/ExecutionState.h" #include "klee/Expr.h" #include "klee/Interpreter.h" @@ -14,6 +11,7 @@ #include "klee/Internal/Support/ModuleUtil.h" #include "klee/Internal/System/Time.h" #include "klee/Internal/Support/PrintVersion.h" +#include "klee/Internal/Support/ErrorHandling.h" #if LLVM_VERSION_CODE > LLVM_VERSION(3, 2) #include "llvm/IR/Constants.h" -- cgit 1.4.1