summaryrefslogtreecommitdiff
path: root/src/itc.c
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2016-03-30 21:20:07 +0200
committerPaweł Redman <pawel.redman@gmail.com>2016-03-30 21:20:07 +0200
commit523f6b460dcf1f864656a9a6ccc2a54d52f385c6 (patch)
treedd457448a2518ce45ac36ba427c12491f01d7e76 /src/itc.c
parent745d5a072d8669d1bc35e7c1f28b75b3484542e8 (diff)
Split common.h.
Diffstat (limited to 'src/itc.c')
-rw-r--r--src/itc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/itc.c b/src/itc.c
index ac13018..a1fde52 100644
--- a/src/itc.c
+++ b/src/itc.c
@@ -1,5 +1,4 @@
-#include "common.h"
-#include <unistd.h>
+#include "itc.h"
void itc_chan_create(itc_chan *chan)
{