3
0
Fork 0
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:
Nikolaj Bjorner 2017-05-14 14:09:42 -07:00
parent a0efdc21c3
commit 3290a933b5

View file

@ -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;