Commit 1f4771cd0d1ff53a5d171606b6659324597d9e14
1 parent
ad34b9c2
Minor clean up of Windows headers
Showing
4 changed files
with
6 additions
and
10 deletions
examples/pdf-mod-info.cc
| ... | ... | @@ -9,13 +9,6 @@ |
| 9 | 9 | #include <string.h> |
| 10 | 10 | #include <stdlib.h> |
| 11 | 11 | #include <stdio.h> |
| 12 | -#ifdef _WIN32 | |
| 13 | -#include <windows.h> | |
| 14 | -#include <direct.h> | |
| 15 | -#include <io.h> | |
| 16 | -#else | |
| 17 | -#include <unistd.h> | |
| 18 | -#endif | |
| 19 | 12 | |
| 20 | 13 | static char const* version = "1.1"; |
| 21 | 14 | static char const* whoami = 0; | ... | ... |
libqpdf/QUtil.cc
libqpdf/SecureRandomDataProvider.cc