mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Cleanup
This commit is contained in:
parent
1b2cdb9a9b
commit
07dc55194b
2 changed files with 1 additions and 2 deletions
1
third-party/libprisma/BUILD
vendored
1
third-party/libprisma/BUILD
vendored
|
|
@ -61,7 +61,6 @@ objc_library(
|
|||
":LibprismaBundle",
|
||||
],
|
||||
copts = [
|
||||
"-Ithird-party/libprisma/include/libprisma",
|
||||
],
|
||||
deps = [
|
||||
"//third-party/boost_regex",
|
||||
|
|
|
|||
2
third-party/libprisma/Sources/Syntaxer.mm
vendored
2
third-party/libprisma/Sources/Syntaxer.mm
vendored
|
|
@ -5,7 +5,7 @@
|
|||
// Created by Mike Renoir on 26.10.2023.
|
||||
//
|
||||
|
||||
#import "Syntaxer.h"
|
||||
#import <libprisma/Syntaxer.h>
|
||||
#import "SyntaxHighlighter.h"
|
||||
#import "TokenList.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue