summaryrefslogtreecommitdiff
path: root/shmem
diff options
context:
space:
mode:
authorBojan Smojver <bojan@apache.org>2008-06-02 00:14:07 +0000
committerBojan Smojver <bojan@apache.org>2008-06-02 00:14:07 +0000
commit96cd91263de03b145e760f6b3f684e9f2e1fbcd7 (patch)
treeb76425f78cf551123de2c6ac63956264f12d4f06 /shmem
parenta34d2e61db74fcce19fc3cb206002b0913ca59e0 (diff)
downloadapr-96cd91263de03b145e760f6b3f684e9f2e1fbcd7.tar.gz
Header unistd.h is already included in arch/unix/apr_arch_shm.h.
git-svn-id: https://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"