diff options
Diffstat (limited to 'fxbarcode')
-rw-r--r-- | fxbarcode/common/BC_CommonBitMatrix.cpp | 1 | ||||
-rw-r--r-- | fxbarcode/oned/BC_OneDimWriter.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fxbarcode/common/BC_CommonBitMatrix.cpp b/fxbarcode/common/BC_CommonBitMatrix.cpp index c21dfb36af..edfadb6ee9 100644 --- a/fxbarcode/common/BC_CommonBitMatrix.cpp +++ b/fxbarcode/common/BC_CommonBitMatrix.cpp @@ -27,7 +27,6 @@ #include "fxbarcode/common/BC_CommonBitArray.h" #include "fxbarcode/utils.h" -#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" CBC_CommonBitMatrix::CBC_CommonBitMatrix() {} diff --git a/fxbarcode/oned/BC_OneDimWriter.cpp b/fxbarcode/oned/BC_OneDimWriter.cpp index 9ad053db28..34a5716008 100644 --- a/fxbarcode/oned/BC_OneDimWriter.cpp +++ b/fxbarcode/oned/BC_OneDimWriter.cpp @@ -33,7 +33,6 @@ #include "core/fxge/cfx_renderdevice.h" #include "core/fxge/cfx_unicodeencodingex.h" #include "fxbarcode/BC_Writer.h" -#include "third_party/base/ptr_util.h" CBC_OneDimWriter::CBC_OneDimWriter() = default; |