about summary refs log tree commit diff homepage
path: root/unittests/Expr/ExprTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Expr/ExprTest.cpp')
-rw-r--r--unittests/Expr/ExprTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/unittests/Expr/ExprTest.cpp b/unittests/Expr/ExprTest.cpp
index fba15535..3a7541e9 100644
--- a/unittests/Expr/ExprTest.cpp
+++ b/unittests/Expr/ExprTest.cpp
@@ -10,8 +10,8 @@
 #include <iostream>
 #include "gtest/gtest.h"
 
-#include "klee/Expr.h"
-#include "klee/util/ArrayCache.h"
+#include "klee/Expr/ArrayCache.h"
+#include "klee/Expr/Expr.h"
 
 using namespace klee;