Skip to content

Commit

Permalink
iiod: Drop unnecesary include
Browse files Browse the repository at this point in the history
responder.c will switch to MIT, while thread-pool.h apparently stays
LGPL; drop the unnecesary header include to avoid problems.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei authored and mhennerich committed Nov 8, 2024
1 parent 790a6c9 commit 61ede80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iiod/responder.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "debug.h"
#include "ops.h"
#include "thread-pool.h"

#include "../iiod-responder.h"

Expand Down

0 comments on commit 61ede80

Please sign in to comment.