about summary refs log tree commit diff homepage
path: root/runtime/Intrinsic/klee_overshift_check.c
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2019-07-30 12:34:27 +0100
committerMartinNowack <martin.nowack@gmail.com>2019-07-30 21:40:30 +0100
commit5732990c805948249bdc3d43a52cfe050ad66a95 (patch)
treed0869133c9a27f3478d3c08e13ff9593a32d9ea6 /runtime/Intrinsic/klee_overshift_check.c
parent9b3c98850572f0729afe97ffde16d05a7e6e691b (diff)
downloadklee-5732990c805948249bdc3d43a52cfe050ad66a95.tar.gz
Use #include "klee/..." (instead of #include <klee/...>) consistently.
Diffstat (limited to 'runtime/Intrinsic/klee_overshift_check.c')
-rw-r--r--runtime/Intrinsic/klee_overshift_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Intrinsic/klee_overshift_check.c b/runtime/Intrinsic/klee_overshift_check.c
index c0cb6102..0a910172 100644
--- a/runtime/Intrinsic/klee_overshift_check.c
+++ b/runtime/Intrinsic/klee_overshift_check.c
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include <klee/klee.h>
+#include "klee/klee.h"
 
 /* This instrumentation call is used to check for overshifting.
  * If we do try to do x << y or x >> y