| Index: xfa/src/fxbarcode/BC_Writer.cpp
|
| diff --git a/xfa/src/fxbarcode/BC_Writer.cpp b/xfa/src/fxbarcode/BC_Writer.cpp
|
| index 7a279fa05c414e3b769501177eb29fd25c6d883f..224fe50a912739b67d053354e3379cf81710aa3e 100644
|
| --- a/xfa/src/fxbarcode/BC_Writer.cpp
|
| +++ b/xfa/src/fxbarcode/BC_Writer.cpp
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/fxbarcode/barcode.h"
|
| #include "xfa/src/fxbarcode/BC_Writer.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| CBC_Writer::CBC_Writer() {
|
| m_CharEncoding = 0;
|
| m_ModuleHeight = 1;
|
|
|