From 7d85ee81dcf23e841ef794fa6ba08a076dcdebf0 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Fri, 3 Apr 2020 13:16:22 +0100 Subject: Removed the Internal directory from include/klee --- lib/Core/StatsTracker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Core/StatsTracker.h') diff --git a/lib/Core/StatsTracker.h b/lib/Core/StatsTracker.h index 98041464..e0234413 100644 --- a/lib/Core/StatsTracker.h +++ b/lib/Core/StatsTracker.h @@ -11,7 +11,7 @@ #define KLEE_STATSTRACKER_H #include "CallPathManager.h" -#include "klee/Internal/System/Time.h" +#include "klee/System/Time.h" #include #include -- cgit 1.4.1