summaryrefslogtreecommitdiffstats
path: root/.includes.imp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 22:14:40 +0100
committerDavid Robillard <d@drobilla.net>2020-12-15 00:44:01 +0100
commit8c854bd336b45db17b48c2101fb2846f84726cdc (patch)
treef36e7f2f6c0f1785545360e3b0fcadcc97b55a3d /.includes.imp
parent760035180c1adeb060f1b68a211ba5dd683caddf (diff)
downloadingen-8c854bd336b45db17b48c2101fb2846f84726cdc.tar.gz
ingen-8c854bd336b45db17b48c2101fb2846f84726cdc.tar.bz2
ingen-8c854bd336b45db17b48c2101fb2846f84726cdc.zip
Clean up includes in core and server
Diffstat (limited to '.includes.imp')
-rw-r--r--.includes.imp22
1 files changed, 22 insertions, 0 deletions
diff --git a/.includes.imp b/.includes.imp
new file mode 100644
index 00000000..65bf186b
--- /dev/null
+++ b/.includes.imp
@@ -0,0 +1,22 @@
+[
+ { "symbol": [ "fmt::format", "private", "<fmt/core.h>", "public" ] },
+ { "symbol": [ "std::exception", "private", "<exception>", "public" ] },
+ { "symbol": [ "std::ifstream", "private", "<fstream>", "public" ] },
+ { "symbol": [ "std::ostream", "private", "<ostream>", "public" ] },
+ { "symbol": [ "std::ostream", "private", "<iosfwd>", "public" ] },
+ { "symbol": [ "posix_memalign", "private", "<stdlib.h>", "public" ] },
+ { "symbol": [ "std::stringstream", "private", "<sstream>", "public" ] },
+ { "symbol": [ "sched_param", "private", "<sched.h>", "public" ] },
+ { "symbol": [ "clockid_t", "private", "<time.h>", "public" ] },
+ { "symbol": [ "clockid_t", "private", "<sys/types.h>", "public" ] },
+ { "symbol": [ "LilvWorld", "private", "\"lilv/lilv.h\"", "public" ] },
+
+ { "symbol": [ "boost::intrusive::constant_time_size", "private",
+ "<boost/intrusive/options.hpp>", "public" ] },
+
+ { "symbol": [ "boost::intrusive::cache_last", "private",
+ "<boost/intrusive/options.hpp>", "public" ] },
+
+ { "include": [ "<ext/alloc_traits.h>", "private", "<string>", "public", ] },
+ { "include": [ "<ext/alloc_traits.h>", "private", "<vector>", "public", ] },
+]