summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_hufftab.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2018-05-24 23:54:54 +0800
committerSebastian Rasmussen <sebras@gmail.com>2018-07-13 16:54:30 +0800
commitcbb2072c14305de22f2334acf44a080933f26e21 (patch)
treea8106d1fd209397d8fcbb9654dc08eef6f3c7859 /jbig2dec/jbig2_hufftab.h
parent6cc76f397ff5af382e4e49914d1b42df3e0a78e4 (diff)
downloadghostpdl-cbb2072c14305de22f2334acf44a080933f26e21.tar.gz
jbig2dec: Add include guards to all headers.
Diffstat (limited to 'jbig2dec/jbig2_hufftab.h')
-rw-r--r--jbig2dec/jbig2_hufftab.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/jbig2dec/jbig2_hufftab.h b/jbig2dec/jbig2_hufftab.h
index beae774cf..c87978e58 100644
--- a/jbig2dec/jbig2_hufftab.h
+++ b/jbig2dec/jbig2_hufftab.h
@@ -20,8 +20,8 @@
/* predefined Huffman table definitions
-- See Annex B of the JBIG2 specification */
-#ifndef JBIG2_HUFFTAB_H
-#define JBIG2_HUFFTAB_H
+#ifndef _JBIG2_HUFFTAB_H
+#define _JBIG2_HUFFTAB_H
/* types are in jbig2_huffman.h, you must include that first */
@@ -312,4 +312,4 @@ const Jbig2HuffmanParams jbig2_huffman_params_O = { FALSE, JBIG2_COUNTOF(jbig2_h
#undef JBIG2_COUNTOF
-#endif /* JBIG2_HUFFTAB_H */
+#endif /* _JBIG2_HUFFTAB_H */