| Index: xfa/src/fwl/src/basewidget/fxmath_barcodeimp.cpp
|
| diff --git a/xfa/src/fwl/src/basewidget/fxmath_barcodeimp.cpp b/xfa/src/fwl/src/basewidget/fxmath_barcodeimp.cpp
|
| index a79a1c1bf49377034b285c19747115fe90f7972f..536d7d6d387e027ae2a6464e1c281b8aae229e3b 100644
|
| --- a/xfa/src/fwl/src/basewidget/fxmath_barcodeimp.cpp
|
| +++ b/xfa/src/fwl/src/basewidget/fxmath_barcodeimp.cpp
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/foxitlib.h"
|
| #include "xfa/src/fwl/src/basewidget/include/fxmath_barcodeimp.h"
|
| +
|
| static CBC_CodeBase* FX_Barcode_CreateBarCodeEngineObject(BC_TYPE type) {
|
| switch (type) {
|
| case BC_CODE39:
|
|
|