From d46bd5b844d666d174fcd2167fb787f244d4b9f9 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Thu, 15 Jun 2017 19:19:11 +0200 Subject: cleanup --- src/prefix.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/prefix.h b/src/prefix.h index fc01fd7ea..da1295986 100644 --- a/src/prefix.h +++ b/src/prefix.h @@ -119,13 +119,8 @@ char *br_extract_prefix(const char *path); #endif /* __cplusplus */ #ifdef __WIN32__ - -#include - char *win32_append_module_path(const char *relative_path); - #define WIN32_DATADIR(suffix) (win32_append_module_path(suffix)) - #endif #endif /* _PREFIX_H_ */ -- cgit v1.2.3