about summary refs log tree commit diff homepage
path: root/test/Feature/PreferCex.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/PreferCex.c')
-rw-r--r--test/Feature/PreferCex.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Feature/PreferCex.c b/test/Feature/PreferCex.c
index 39337cf5..28a0eb20 100644
--- a/test/Feature/PreferCex.c
+++ b/test/Feature/PreferCex.c
@@ -2,10 +2,7 @@
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t1.bc
 // RUN: %ktest-tool %t.klee-out/test000001.ktest | FileCheck %s
-
-#include <assert.h>
-#include <stdlib.h>
-#include <stdio.h>
+#include "klee/klee.h"
 
 int main() {
   char buf[4];