mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
remove spurious include file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a0efdc21c3
commit
3290a933b5
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue