aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-03-30 14:34:22 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-03-30 14:35:11 +0900
commit9272218599ae7ea0ae405cf29d1f74397415d2c9 (patch)
tree836bbce9896144dc509f16707681b976ac0764ae
parentcc79f29b9991784fa83a9198ababb55e9012eb6f (diff)
downloadlibhinawa-9272218599ae7ea0ae405cf29d1f74397415d2c9.tar.gz
remove useless inclusion of sound UAPI
The libhinawa does not support any functions in UAPI of sound subsystem nowadays, thus it should be removed from header. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/hinawa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hinawa.h b/src/hinawa.h
index 36448c2..b0c587a 100644
--- a/src/hinawa.h
+++ b/src/hinawa.h
@@ -7,7 +7,6 @@
#include <linux/firewire-cdev.h>
#include <linux/firewire-constants.h>
-#include <sound/firewire.h>
#include <hinawa_sigs_marshal.h>