| Index: xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
 | 
| diff --git a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp b/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
 | 
| index a2d6c5506790af856d68e9c9e6af3f0723e46670..13b852c1f7406dd4a6e44a18058119bb758af198 100644
 | 
| --- a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
 | 
| +++ b/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
 | 
| @@ -20,10 +20,10 @@
 | 
|   * limitations under the License.
 | 
|   */
 | 
|  
 | 
| +#include "xfa/src/fxbarcode/BC_ResultPoint.h"
 | 
|  #include "xfa/src/fxbarcode/barcode.h"
 | 
| -#include "xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h"
 | 
|  #include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
 | 
| -#include "xfa/src/fxbarcode/BC_ResultPoint.h"
 | 
| +#include "xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h"
 | 
|  const int32_t CBC_WhiteRectangleDetector::INIT_SIZE = 30;
 | 
|  const int32_t CBC_WhiteRectangleDetector::CORR = 1;
 | 
|  CBC_WhiteRectangleDetector::CBC_WhiteRectangleDetector(
 | 
| 
 |