From 02fed84be089d81a5a9a812c2c8dd112f5e2fa71 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Fri, 3 Apr 2020 18:57:53 +0100 Subject: Removed include/klee/util and moved header files to appropriate places --- unittests/Ref/RefTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unittests') diff --git a/unittests/Ref/RefTest.cpp b/unittests/Ref/RefTest.cpp index 17ab88e5..bf313513 100644 --- a/unittests/Ref/RefTest.cpp +++ b/unittests/Ref/RefTest.cpp @@ -11,9 +11,10 @@ More details at http://keeda.stanford.edu/pipermail/klee-commits/2012-February/000904.html */ -#include "klee/util/Ref.h" +#include "klee/ADT/Ref.h" #include "gtest/gtest.h" #include + using klee::ref; int finished = 0; -- cgit 1.4.1