diff options
| -rw-r--r-- | src/prefix.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 <glibmm/ustring.h> - char *win32_append_module_path(const char *relative_path); - #define WIN32_DATADIR(suffix) (win32_append_module_path(suffix)) - #endif #endif /* _PREFIX_H_ */ |
