diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-12-16 20:01:26 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-12-16 20:01:26 +0000 |
commit | 479d411ddacf61da4c19ed706cb880f6caa7a663 (patch) | |
tree | d86128942e7806f320d601c1af9582959c6e40f5 | |
parent | 52b6ca570627ea58f7b42543ae37398ae63e06d9 (diff) | |
download | rtmux-479d411ddacf61da4c19ed706cb880f6caa7a663.tar.gz rtmux-479d411ddacf61da4c19ed706cb880f6caa7a663.tar.bz2 rtmux-479d411ddacf61da4c19ed706cb880f6caa7a663.zip |
Remove imsg.h.
-rw-r--r-- | file.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ #include <errno.h> #include <fcntl.h> -#include <imsg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |