mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
remove cpp headers
This commit is contained in:
parent
f3a77cfd8c
commit
323e90ee79
80
clint.py
80
clint.py
@ -292,86 +292,6 @@ _CPP_HEADERS = frozenset([
|
|||||||
'tree.h',
|
'tree.h',
|
||||||
'type_traits.h',
|
'type_traits.h',
|
||||||
'vector.h',
|
'vector.h',
|
||||||
# 17.6.1.2 C++ library headers
|
|
||||||
'algorithm',
|
|
||||||
'array',
|
|
||||||
'atomic',
|
|
||||||
'bitset',
|
|
||||||
'chrono',
|
|
||||||
'codecvt',
|
|
||||||
'complex',
|
|
||||||
'condition_variable',
|
|
||||||
'deque',
|
|
||||||
'exception',
|
|
||||||
'forward_list',
|
|
||||||
'fstream',
|
|
||||||
'functional',
|
|
||||||
'future',
|
|
||||||
'initializer_list',
|
|
||||||
'iomanip',
|
|
||||||
'ios',
|
|
||||||
'iosfwd',
|
|
||||||
'iostream',
|
|
||||||
'istream',
|
|
||||||
'iterator',
|
|
||||||
'limits',
|
|
||||||
'list',
|
|
||||||
'locale',
|
|
||||||
'map',
|
|
||||||
'memory',
|
|
||||||
'mutex',
|
|
||||||
'new',
|
|
||||||
'numeric',
|
|
||||||
'ostream',
|
|
||||||
'queue',
|
|
||||||
'random',
|
|
||||||
'ratio',
|
|
||||||
'regex',
|
|
||||||
'set',
|
|
||||||
'sstream',
|
|
||||||
'stack',
|
|
||||||
'stdexcept',
|
|
||||||
'streambuf',
|
|
||||||
'string',
|
|
||||||
'strstream',
|
|
||||||
'system_error',
|
|
||||||
'thread',
|
|
||||||
'tuple',
|
|
||||||
'typeindex',
|
|
||||||
'typeinfo',
|
|
||||||
'type_traits',
|
|
||||||
'unordered_map',
|
|
||||||
'unordered_set',
|
|
||||||
'utility',
|
|
||||||
'valarray',
|
|
||||||
'vector',
|
|
||||||
# 17.6.1.2 C++ headers for C library facilities
|
|
||||||
'cassert',
|
|
||||||
'ccomplex',
|
|
||||||
'cctype',
|
|
||||||
'cerrno',
|
|
||||||
'cfenv',
|
|
||||||
'cfloat',
|
|
||||||
'cinttypes',
|
|
||||||
'ciso646',
|
|
||||||
'climits',
|
|
||||||
'clocale',
|
|
||||||
'cmath',
|
|
||||||
'csetjmp',
|
|
||||||
'csignal',
|
|
||||||
'cstdalign',
|
|
||||||
'cstdarg',
|
|
||||||
'cstdbool',
|
|
||||||
'cstddef',
|
|
||||||
'cstdint',
|
|
||||||
'cstdio',
|
|
||||||
'cstdlib',
|
|
||||||
'cstring',
|
|
||||||
'ctgmath',
|
|
||||||
'ctime',
|
|
||||||
'cuchar',
|
|
||||||
'cwchar',
|
|
||||||
'cwctype',
|
|
||||||
])
|
])
|
||||||
|
|
||||||
# Assertion macros. These are defined in base/logging.h and
|
# Assertion macros. These are defined in base/logging.h and
|
||||||
|
Loading…
Reference in New Issue
Block a user