diff options
| author | Eduard Braun <Eduard.Braun2@gmx.de> | 2017-06-15 17:19:11 +0000 |
|---|---|---|
| committer | Eduard Braun <Eduard.Braun2@gmx.de> | 2017-06-15 17:19:11 +0000 |
| commit | d46bd5b844d666d174fcd2167fb787f244d4b9f9 (patch) | |
| tree | 4d99477125c93fb221ec069ec65c9189d37c0534 /src | |
| parent | Improve Windows relocation support. (diff) | |
| download | inkscape-d46bd5b844d666d174fcd2167fb787f244d4b9f9.tar.gz inkscape-d46bd5b844d666d174fcd2167fb787f244d4b9f9.zip | |
cleanup
Diffstat (limited to 'src')
| -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_ */ |
