diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-06-09 01:02:41 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-06-09 01:02:41 +0000 |
commit | 30fb5607cd7f137aa4a8c52e51f00d2508b4a26d (patch) | |
tree | 8b9d1fecacb988048f599c0bd2046cf1f86e90aa /lib/SMT/parser.h | |
parent | 76ce7fc9917af0a106550ac501545f7941d17744 (diff) | |
download | klee-30fb5607cd7f137aa4a8c52e51f00d2508b4a26d.tar.gz |
Remove lang.h again.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/SMT/parser.h')
-rw-r--r-- | lib/SMT/parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/SMT/parser.h b/lib/SMT/parser.h index 04c2f73b..5f18ab5f 100644 --- a/lib/SMT/parser.h +++ b/lib/SMT/parser.h @@ -29,7 +29,6 @@ #define _cvc3__parser_h_ #include "exception.h" -#include "lang.h" namespace CVC3 { |