summaryrefslogtreecommitdiff
path: root/shmem
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2008-06-02 00:14:07 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2008-06-02 00:14:07 +0000
commitee1772c989836c3851fb4a34a7deb2273b1104d5 (patch)
treeb76425f78cf551123de2c6ac63956264f12d4f06 /shmem
parent89fa916023ada67ce795aec2f611df6125ec6efb (diff)
downloadlibapr-ee1772c989836c3851fb4a34a7deb2273b1104d5.tar.gz
Header unistd.h is already included in arch/unix/apr_arch_shm.h.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@662300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'shmem')
-rw-r--r--shmem/unix/shm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shmem/unix/shm.c b/shmem/unix/shm.c
index 68d5fd517..14bb34491 100644
--- a/shmem/unix/shm.c
+++ b/shmem/unix/shm.c
@@ -14,7 +14,6 @@
* limitations under the License.
*/
-#include <unistd.h>
#include "apr_arch_shm.h"
#include "apr_general.h"