Commit 863e5a086929d207e6422bfebd24579203c65fa4
1 parent
2ad107fb
remove extraneous unistd.h
git-svn-id: svn+q:///qpdf/trunk@681 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
0 additions
and
1 deletions
examples/pdf-mod-info.cc
| @@ -8,7 +8,6 @@ | @@ -8,7 +8,6 @@ | ||
| 8 | #include <iostream> | 8 | #include <iostream> |
| 9 | #include <string.h> | 9 | #include <string.h> |
| 10 | #include <stdlib.h> | 10 | #include <stdlib.h> |
| 11 | -#include <unistd.h> | ||
| 12 | 11 | ||
| 13 | static char const* version = "1.1"; | 12 | static char const* version = "1.1"; |
| 14 | static char const* whoami = 0; | 13 | static char const* whoami = 0; |