diff options
author | David Robillard <d@drobilla.net> | 2020-12-14 13:13:56 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-14 13:13:56 +0100 |
commit | c7cc84afee9b6d8b196679bf784751c4052020a3 (patch) | |
tree | b78ad7c13975f977d683698694d661972160e038 /.includes.imp | |
parent | 6417299c90009f1eca68d58d62f8e46043aabce3 (diff) | |
download | patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.tar.gz patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.tar.bz2 patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.zip |
Clean up includes
Diffstat (limited to '.includes.imp')
-rw-r--r-- | .includes.imp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.includes.imp b/.includes.imp new file mode 100644 index 0000000..2cce0cf --- /dev/null +++ b/.includes.imp @@ -0,0 +1,13 @@ +[ + { "symbol": [ "fmt::format", "private", "<fmt/core.h>", "public" ] }, + { "symbol": [ "std::exception", "private", "<exception>", "public" ] }, + { "symbol": [ "std::ifstream", "private", "<fstream>", "public" ] }, + { "symbol": [ "std::ofstream", "private", "<fstream>", "public" ] }, + { "symbol": [ "std::ostream", "private", "<ostream>", "public" ] }, + { "symbol": [ "std::ostream", "private", "<iosfwd>", "public" ] }, + { "symbol": [ "std::stringstream", "private", "<sstream>", "public" ] }, + { "include": [ "<alsa/error.h>", "public", "<alsa/asoundlib.h>", "public", ] }, + { "include": [ "<alsa/seq.h>", "public", "<alsa/asoundlib.h>", "public", ] }, + { "include": [ "<alsa/seq_event.h>", "public", "<alsa/asoundlib.h>", "public", ] }, + { "include": [ "<alsa/seqmid.h>", "public", "<alsa/asoundlib.h>", "public", ] } +] |