aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-10 13:32:10 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-10 13:36:18 +0100
commit1f4771cd0d1ff53a5d171606b6659324597d9e14 (patch)
treebbc4334f60ac7851d059c10cd7f1e3e84d4ddbcf /examples
parentad34b9c278608dfdcfdbe7402acb3a6dd04c3d0e (diff)
downloadqpdf-1f4771cd0d1ff53a5d171606b6659324597d9e14.tar.zst
Minor clean up of Windows headers
Diffstat (limited to 'examples')
-rw-r--r--examples/pdf-mod-info.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/pdf-mod-info.cc b/examples/pdf-mod-info.cc
index 06fcf17e..03fa2354 100644
--- a/examples/pdf-mod-info.cc
+++ b/examples/pdf-mod-info.cc
@@ -9,13 +9,6 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
-#ifdef _WIN32
-#include <windows.h>
-#include <direct.h>
-#include <io.h>
-#else
-#include <unistd.h>
-#endif
static char const* version = "1.1";
static char const* whoami = 0;