remove unused header
This commit is contained in:
parent
6b9e424671
commit
a1eff53587
3 changed files with 0 additions and 11 deletions
5
main.cpp
5
main.cpp
|
@ -11,11 +11,6 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
#include <sentencepiece_processor.h>
|
||||
#include <stdexcept>
|
||||
#include <iostream>
|
||||
#include <bitset>
|
||||
#include <sstream>
|
||||
#include <regex>
|
||||
|
||||
#if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
|
||||
#include <signal.h>
|
||||
|
|
|
@ -5,11 +5,6 @@
|
|||
#include <fstream>
|
||||
#include <regex>
|
||||
#include <sentencepiece_processor.h>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <math.h>
|
||||
|
||||
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||
#include <malloc.h> // using malloc.h with MSC/MINGW
|
||||
|
|
1
utils.h
1
utils.h
|
@ -8,7 +8,6 @@
|
|||
#include <random>
|
||||
#include <thread>
|
||||
#include <sentencepiece_processor.h>
|
||||
#include <sstream>
|
||||
|
||||
//
|
||||
// CLI argument parsing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue