summaryrefslogtreecommitdiffstats
path: root/src/polyp/polypaudio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp/polypaudio.h')
-rw-r--r--src/polyp/polypaudio.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/polyp/polypaudio.h b/src/polyp/polypaudio.h
index c81fdfdb..b70b8d70 100644
--- a/src/polyp/polypaudio.h
+++ b/src/polyp/polypaudio.h
@@ -22,7 +22,6 @@
USA.
***/
-#include <polyp/cdecl.h>
#include <polyp/mainloop-api.h>
#include <polyp/sample.h>
#include <polyp/def.h>
@@ -33,12 +32,16 @@
#include <polyp/scache.h>
#include <polyp/version.h>
#include <polyp/error.h>
+#include <polyp/operation.h>
+#include <polyp/channelmap.h>
+#include <polyp/volume.h>
/** \file
- * Include all polyplib header file at once. The following files are included: \ref mainloop-api.h, \ref sample.h,
- * \ref def.h, \ref context.h, \ref stream.h,
- * \ref introspect.h, \ref subscribe.h, \ref scache.h, \ref version.h \ref error.h
- * at once */
+ * Include all polyplib header file at once. The following
+ * files are included: \ref mainloop-api.h, \ref sample.h, \ref def.h,
+ * \ref context.h, \ref stream.h, \ref introspect.h, \ref subscribe.h,
+ * \ref scache.h, \ref version.h, \ref error.h, \ref channelmap.h,
+ * \ref operation.h and \ref volume.h at once */
/** \mainpage
*