summaryrefslogtreecommitdiffstats
path: root/.includes.imp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-22 09:53:27 -0400
committerDavid Robillard <d@drobilla.net>2023-09-22 09:53:27 -0400
commite8eb8e659f55ab9f68fb6bb3a68c72300c81325a (patch)
tree052854f41a415b92c2c45decf8e107e641c52fd6 /.includes.imp
parent0b1702f891ff8283e1d51e453890766a0e878d6b (diff)
downloadpatchage-e8eb8e659f55ab9f68fb6bb3a68c72300c81325a.tar.gz
patchage-e8eb8e659f55ab9f68fb6bb3a68c72300c81325a.tar.bz2
patchage-e8eb8e659f55ab9f68fb6bb3a68c72300c81325a.zip
Clean up includes and forward declarations
Diffstat (limited to '.includes.imp')
-rw-r--r--.includes.imp28
1 files changed, 15 insertions, 13 deletions
diff --git a/.includes.imp b/.includes.imp
index cd4dd3b..d79b174 100644
--- a/.includes.imp
+++ b/.includes.imp
@@ -1,15 +1,17 @@
[
- { "symbol": [ "GdkEvent", "private", "<gdk/gdk.h>", "public" ] },
- { "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", ] },
- { "include": [ "<bits/stdint-uintn.h>", "public", "<stdint.h>", "public", ] }
+ { "symbol": [ "GdkEvent", "private", "<gdk/gdk.h>", "public" ] },
+ { "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", "<iosfwd>", "public" ] },
+ { "symbol": [ "std::ostream", "private", "<ostream>", "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" ] },
+ { "include": [ "<bits/stdint-uintn.h>", "public", "<stdint.h>", "public" ] },
+ { "include": [ "<sigc++/type_traits.h>", "public", "<sigc++/adaptors/bind.h>", "public" ] }
]