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

remove ast.h reference

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-10-25 09:49:53 -07:00
parent f5f1d019d8
commit 0268f2243e
2 changed files with 5 additions and 3 deletions

View file

@ -19,7 +19,6 @@ Revision History:
#ifndef MIN_CUT_H_
#define MIN_CUT_H_
#include "ast/ast.h"
#include "util/vector.h"