diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2017-04-24 12:42:50 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2017-04-27 15:11:37 +0200 |
commit | 0d60d3a866f80f091fca68316bcb2c01aa416b96 (patch) | |
tree | dab9e1663a76cd79cb7f3d79f9558fea5b325456 /source/svg | |
parent | 5030ba7ebf7b3706ac065deef750d647570525b3 (diff) | |
download | mupdf-0d60d3a866f80f091fca68316bcb2c01aa416b96.tar.xz |
Make HTML header private.
Diffstat (limited to 'source/svg')
-rw-r--r-- | source/svg/svg-imp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/svg/svg-imp.h b/source/svg/svg-imp.h index 419e66b9..45566074 100644 --- a/source/svg/svg-imp.h +++ b/source/svg/svg-imp.h @@ -1,5 +1,5 @@ -#ifndef MUPDF_SVG_IMP_H -#define MUPDF_SVG_IMP_H +#ifndef SOURCE_SVG_IMP_H +#define SOURCE_SVG_IMP_H typedef struct svg_document_s svg_document; |