forked from etr/libhttpserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom_iwyu.imp
17 lines (14 loc) · 866 Bytes
/
custom_iwyu.imp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ include: ["\"microhttpd.h\"", "private", "<microhttpd.h>", "public"] },
{ include: ["<ext/alloc_traits.h>", "private", "<memory>", "public"] },
{ symbol: ["std::exception", "private", "<exception>", "public"]},
{ symbol: ["std::shared_ptr", "private", "<memory>", "public"]},
{ symbol: ["std::uint16_t", "private", "<cstdint>", "public"]},
{ symbol: ["std::uint64_t", "private", "<cstdint>", "public"]},
{ symbol: ["std::istringstream", "private", "<sstream>", "public"]},
{ symbol: ["std::stringstream", "private", "<sstream>", "public"]},
{ symbol: ["std::ifstream", "private", "<fstream>", "public"]},
{ symbol: ["uint16_t", "private", "<stdint.h>", "public"]},
{ symbol: ["uint64_t", "private", "<stdint.h>", "public"]},
{ symbol: ["MHD_Connection", "private", "<microhttpd.h>", "public"]},
]