summaryrefslogtreecommitdiff
path: root/strings/apr_strnatcmp.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-07-23 17:31:08 +0000
committerRyan Bloom <rbb@apache.org>2000-07-23 17:31:08 +0000
commit204031d1d04dc68be406f89a88317204176a0102 (patch)
treee548ed0cc0ff286ef48c452a64092d337725e213 /strings/apr_strnatcmp.c
parent3ae28abf0d1a029b857329610d9bdda215544ed7 (diff)
downloadapr-204031d1d04dc68be406f89a88317204176a0102.tar.gz
Remove apr_strnatcmp.h. All of the functions prototyped in this file
have been moved to apr_strings.h. This also modifes Apache to include apr_strings.h instead of apr_strnatcmp.h git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60427 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'strings/apr_strnatcmp.c')
-rw-r--r--strings/apr_strnatcmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/apr_strnatcmp.c b/strings/apr_strnatcmp.c
index ea29fd177..8eeaf41cd 100644
--- a/strings/apr_strnatcmp.c
+++ b/strings/apr_strnatcmp.c
@@ -25,7 +25,7 @@
#include <assert.h>
#include <stdio.h>
-#include "apr_strnatcmp.h"
+#include "apr_strings.h"
#if defined(__GNUC__)
# define UNUSED __attribute__((__unused__))