mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 03:33:35 +00:00
remove spurious include file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a0efdc21c3
commit
3290a933b5
|
@ -68,7 +68,6 @@ void small_object_allocator::reset() {
|
|||
|
||||
#define MASK ((1 << PTR_ALIGNMENT) - 1)
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
void small_object_allocator::deallocate(size_t size, void * p) {
|
||||
if (size == 0) return;
|
||||
|
|
Loading…
Reference in a new issue