diff options
author | Leo Howell <leo@lwh.jp> | 2009-09-27 16:53:16 +0900 |
---|---|---|
committer | Leo Howell <leo@lwh.jp> | 2009-09-27 16:53:16 +0900 |
commit | 388507a61df32c0bddf7e61c5da013c3f29d32d4 (patch) | |
tree | 3319b13ff5c0cb8398393519c8c531599735b5f4 /lpg/libqr/code-common.h | |
parent | 559eb9633e1f97d70112f02538ae5e9a0e46f4d5 (diff) | |
download | pdf-simple-sign-388507a61df32c0bddf7e61c5da013c3f29d32d4.tar.gz pdf-simple-sign-388507a61df32c0bddf7e61c5da013c3f29d32d4.tar.xz pdf-simple-sign-388507a61df32c0bddf7e61c5da013c3f29d32d4.zip |
bitstream -> qr_bitstream
Diffstat (limited to 'lpg/libqr/code-common.h')
-rw-r--r-- | lpg/libqr/code-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lpg/libqr/code-common.h b/lpg/libqr/code-common.h index fce8dce..cf96217 100644 --- a/lpg/libqr/code-common.h +++ b/lpg/libqr/code-common.h @@ -2,7 +2,7 @@ #define CODE_COMMON_H #include <qr/code.h> -#include "bitstream.h" +#include "qr-bitstream.h" #include "qr-bitmap.h" struct qr_code { |