diff options
author | Leo Uino <leo@norisys.jp> | 2011-07-14 11:36:58 +0900 |
---|---|---|
committer | Leo Uino <leo@norisys.jp> | 2011-07-14 12:08:12 +0900 |
commit | 3af4ffd175dcaf8aaf735f3f9564da54c4f29403 (patch) | |
tree | a7bcb6f3e372ec7e3ec92ee0fa6be831e664fd9b /lpg/libqr/constants.h | |
parent | 35baea42d794bec1fd5f2200f1f6f48877c5c26c (diff) | |
download | pdf-simple-sign-3af4ffd175dcaf8aaf735f3f9564da54c4f29403.tar.gz pdf-simple-sign-3af4ffd175dcaf8aaf735f3f9564da54c4f29403.tar.xz pdf-simple-sign-3af4ffd175dcaf8aaf735f3f9564da54c4f29403.zip |
Create common header
Diffstat (limited to 'lpg/libqr/constants.h')
-rw-r--r-- | lpg/libqr/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lpg/libqr/constants.h b/lpg/libqr/constants.h index 2c19e97..5ae9256 100644 --- a/lpg/libqr/constants.h +++ b/lpg/libqr/constants.h @@ -1,7 +1,7 @@ #ifndef QR_CONSTANTS_H #define QR_CONSTANTS_H -#include <qr/data.h> +#include <qr/types.h> extern const int QR_ALIGNMENT_LOCATION[40][7]; extern const int QR_DATA_WORD_COUNT[40][4]; |