Skip to content

Commit

Permalink
remove glog/logging.h (#3280)
Browse files Browse the repository at this point in the history
  • Loading branch information
joey12300 authored Sep 16, 2022
1 parent 46f395a commit 0bdb7b5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion faster_tokenizer/faster_tokenizer/core/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ limitations under the License. */
#include <unordered_map>
#include <vector>

#include "glog/logging.h"
#include "nlohmann/json.hpp"
#include "faster_tokenizer/utils/utils.h"

Expand Down
1 change: 0 additions & 1 deletion faster_tokenizer/faster_tokenizer/normalizers/normalizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ limitations under the License. */
#include <string>
#include <vector>
#include "faster_tokenizer/core/base.h"
#include "glog/logging.h"
#include "faster_tokenizer/utils/utils.h"

namespace re2 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ limitations under the License. */
#include "faster_tokenizer/postprocessors/postprocessor.h"
#include "faster_tokenizer/utils/utils.h"
#include "faster_tokenizer/utils/variant.h"
#include "glog/logging.h"
#include "nlohmann/json.hpp"

namespace paddlenlp {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ limitations under the License. */
#include "faster_tokenizer/pretokenizers/metaspace.h"
#include "re2/re2.h"
#include "faster_tokenizer/utils/utf8.h"
#include "glog/logging.h"

namespace paddlenlp {
namespace faster_tokenizer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ limitations under the License. */
#include "faster_tokenizer/postprocessors/postprocessors.h"
#include "faster_tokenizer/pretokenizers/pretokenizers.h"
#include "faster_tokenizer/utils/utils.h"
#include "glog/logging.h"

namespace paddlenlp {
namespace faster_tokenizer {
Expand Down

0 comments on commit 0bdb7b5

Please sign in to comment.