Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Stockner <lukas.stockner@freenet.de>2021-08-22 00:31:51 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2021-08-22 00:31:51 +0300
commit721fad37a1981a564404b5f708a405503dc18f45 (patch)
treee9e6a4c8748d9717eab5ce2067c5e10c52125b24
parent67c29bc5a273b66e278bd20c18187b425acf1869 (diff)
Fix Windows builds after Zstandard commits
-rw-r--r--source/blender/blenloader/intern/writefile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index 6f43fbf1fa0..90d58514eb5 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -78,7 +78,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <zlib.h>
#ifdef WIN32
# include "BLI_winstuff.h"