| Index: xfa/src/fxfa/src/app/xfa_ffbarcode.cpp
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffbarcode.cpp b/xfa/src/fxfa/src/app/xfa_ffbarcode.cpp
|
| index 908b0664b01480031b576958c073eb7432e6ba1e..c12852e4e4dffe2dc3f87d6dca6b04abd9495e5c 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffbarcode.cpp
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffbarcode.cpp
|
| @@ -4,8 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/foxitlib.h"
|
| #include "xfa/src/fxfa/src/app/xfa_ffbarcode.h"
|
| +
|
| +#include "xfa/include/fwl/core/fwl_app.h"
|
| +#include "xfa/include/fwl/lightwidget/barcode.h"
|
| +#include "xfa/src/foxitlib.h"
|
| #include "xfa/src/fxfa/src/app/xfa_fffield.h"
|
| #include "xfa/src/fxfa/src/app/xfa_ffpageview.h"
|
| #include "xfa/src/fxfa/src/app/xfa_fftextedit.h"
|
|
|