aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-10-31 19:14:39 +0000
committerubq323 <ubq323@ubq323.website>2022-10-31 19:14:39 +0000
commit65fc26be19594c91b3af57c548c2e5c7307457f2 (patch)
treeed1857b7e5ac903896ecd8b6d1f43314748da584 /util.h
parent1dc90feaf9d7db3c0e5d8233a5d60c46ee236c1c (diff)
multiple channels are now supported
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.h b/util.h
index f447872..e25b171 100644
--- a/util.h
+++ b/util.h
@@ -4,7 +4,6 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <stddef.h>
-#include "conf.h"
// repeatedly call send until all the data has been sent down
// the socket.