summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-06-19 11:20:42 +0000
committerIvan Zhakov <ivan@apache.org>2022-06-19 11:20:42 +0000
commit069c16488947e4270d058d97684af3722710f54e (patch)
tree5686a5f1fd811b2da8aab024be7f74ffc8649a5f /misc
parent57c0890f22c514395458ee87883ac47ce99ae100 (diff)
downloadapr-069c16488947e4270d058d97684af3722710f54e.tar.gz
* misc/win32/apr_app.c: Cleanup unused #include directives.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902060 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/win32/apr_app.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/win32/apr_app.c b/misc/win32/apr_app.c
index 4b1874f33..6d29b1411 100644
--- a/misc/win32/apr_app.c
+++ b/misc/win32/apr_app.c
@@ -36,9 +36,8 @@
*/
#include "apr_general.h"
-#include "ShellAPI.h"
#include "wchar.h"
-#include "apr_arch_file_io.h"
+#include "arch/win32/apr_arch_utf8.h"
#include "assert.h"
#include "apr_private.h"
#include "apr_arch_misc.h"