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

github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/png.c
diff options
context:
space:
mode:
authorsamehkhamis <sameh.khamis@gmail.com>2015-07-30 20:01:16 +0300
committersamehkhamis <sameh.khamis@gmail.com>2015-07-30 20:01:16 +0300
commitd5cb4121cc0173ca9d7948950ef215052e3eef81 (patch)
treec23cda377265209645d81f30a3a6b3e3eee216a3 /png.c
parent5d18767aa1bdc85dc09b95f9ac71e9eeb8bccca4 (diff)
Compiling with libpng and libjpeg under Windows
Diffstat (limited to 'png.c')
-rw-r--r--png.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/png.c b/png.c
index 0acca5a..e139bfd 100644
--- a/png.c
+++ b/png.c
@@ -1,7 +1,6 @@
#include <TH.h>
#include <luaT.h>
-#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>