Skip to content

Commit 165c38a

Browse files
committed
Only include base64.h in tiktoken.cpp
Because it is only been used inside `tiktoken.cpp`. Differential Revision: [D59664316](https://our.internmc.facebook.com/intern/diff/D59664316/) [ghstack-poisoned]
1 parent df1153b commit 165c38a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/models/llama2/tokenizer/tiktoken.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
limitations under the License.
2626
*************************************************************************/
2727

28+
#include <executorch/examples/models/llama2/tokenizer/base64.h>
2829
#include <executorch/examples/models/llama2/tokenizer/tiktoken.h>
2930
#include <cctype>
3031
#include <cstdint>

examples/models/llama2/tokenizer/tiktoken.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#pragma once
1010

11-
#include <executorch/examples/models/llama2/tokenizer/base64.h>
1211
#include <executorch/examples/models/llama2/tokenizer/tokenizer.h>
1312
#include <re2/re2.h>
1413
#include <cstdint>

0 commit comments

Comments
 (0)