3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-09 12:50:32 +00:00

More work on trailing 0 analysis.

This commit is contained in:
mikolas 2016-04-04 11:31:23 +01:00 committed by Mikolas Janota
parent ddb6ae4eab
commit fced47386e
3 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,6 @@
#ifndef BV_TRAILING_H_
#define BV_TRAILING_H_
#include"ast.h"
#include"bv_rewriter.h"
#include"rewriter_types.h"
#include"mk_extract_proc.h"
class bv_trailing {