summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2006-07-12 17:52:33 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2006-07-12 17:52:33 +0000
commit9cf5e420b9e0ee1b2167c8b36394f5f25c482eba (patch)
tree2e662d0bb012c3308f69e22c065c7e16212b1d1e /time
parent25810913ab54a96632d282e774c367ff9d9d0b98 (diff)
downloadapr-9cf5e420b9e0ee1b2167c8b36394f5f25c482eba.tar.gz
Fix up Win32-private includes to bring it in line with all other platforms.
Originally titled: [patch 10/17] include path prefix win32/ Submitted by: John Mark Vandenberg Reviewed by: Will Rowe (concept), Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@421349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'time')
-rw-r--r--time/win32/access.c2
-rw-r--r--time/win32/time.c2
-rw-r--r--time/win32/timestr.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/time/win32/access.c b/time/win32/access.c
index e746fca1f..a4c96efd1 100644
--- a/time/win32/access.c
+++ b/time/win32/access.c
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "win32/apr_arch_atime.h"
+#include "apr_arch_atime.h"
#include "apr_time.h"
#include "apr_general.h"
#include "apr_lib.h"
diff --git a/time/win32/time.c b/time/win32/time.c
index 89d6d5e40..3209f470a 100644
--- a/time/win32/time.c
+++ b/time/win32/time.c
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "win32/apr_arch_atime.h"
+#include "apr_arch_atime.h"
#include "apr_time.h"
#include "apr_general.h"
#include "apr_lib.h"
diff --git a/time/win32/timestr.c b/time/win32/timestr.c
index ce96c867e..a533a0aea 100644
--- a/time/win32/timestr.c
+++ b/time/win32/timestr.c
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "win32/apr_arch_atime.h"
+#include "apr_arch_atime.h"
#include "apr_portable.h"
#include "apr_strings.h"