summaryrefslogtreecommitdiff
path: root/src/modules/module-solaris.c
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2017-12-05 10:54:41 +0530
committerArun Raghavan <arun@arunraghavan.net>2017-12-12 12:58:52 +0530
commitd9624e0382aabc106252e3a39665293e72ed08bb (patch)
tree3aaa45e1dd7977bcec449b036560f667da349b04 /src/modules/module-solaris.c
parentbcd755bbe6db81acf1d8957c9ffa8e1a346dab49 (diff)
build-sys: Stop using symdef headers for modules
This removes the symdef header generation m4 magic in favour of a simpler macro method, allowing us to skip one unnecessary build step while moving to meson, and removing an 11 year old todo!
Diffstat (limited to 'src/modules/module-solaris.c')
-rw-r--r--src/modules/module-solaris.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/module-solaris.c b/src/modules/module-solaris.c
index f44bc7c79..880aa43e7 100644
--- a/src/modules/module-solaris.c
+++ b/src/modules/module-solaris.c
@@ -62,8 +62,6 @@
#include <pulsecore/thread.h>
#include <pulsecore/time-smoother.h>
-#include "module-solaris-symdef.h"
-
PA_MODULE_AUTHOR("Pierre Ossman");
PA_MODULE_DESCRIPTION("Solaris Sink/Source");
PA_MODULE_VERSION(PACKAGE_VERSION);