summaryrefslogtreecommitdiff
path: root/src/libFLAC/windows_unicode_filenames.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libFLAC/windows_unicode_filenames.c')
-rw-r--r--src/libFLAC/windows_unicode_filenames.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libFLAC/windows_unicode_filenames.c b/src/libFLAC/windows_unicode_filenames.c
index 7f59ebea..bf3bfe16 100644
--- a/src/libFLAC/windows_unicode_filenames.c
+++ b/src/libFLAC/windows_unicode_filenames.c
@@ -38,7 +38,6 @@
#include "share/windows_unicode_filenames.h"
/*** FIXME: KLUDGE: export these syms for flac.exe, metaflac.exe, etc. ***/
-#include "FLAC/export.h"
/* convert UTF-8 back to WCHAR. Caller is responsible for freeing memory */
static wchar_t *wchar_from_utf8(const char *str)