aboutsummaryrefslogtreecommitdiff
path: root/src/stream.h
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2017-02-14 23:06:09 +0200
committerOskari Timperi <oskari.timperi@iki.fi>2017-02-14 23:06:09 +0200
commit26c4816e77692f51dfbb19fe3e73f082d1ace1a7 (patch)
treea3d350d3075fcd90311cb48c4b34661232953bcb /src/stream.h
parentfab5726ffb1accc7ab4c8bbf64d8b43698b79b3c (diff)
downloadmqtt-26c4816e77692f51dfbb19fe3e73f082d1ace1a7.tar.gz
mqtt-26c4816e77692f51dfbb19fe3e73f082d1ace1a7.zip
Take bstrlib into use
I should've done this from the start. :-)
Diffstat (limited to 'src/stream.h')
-rw-r--r--src/stream.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stream.h b/src/stream.h
index b577dc6..6a3732e 100644
--- a/src/stream.h
+++ b/src/stream.h
@@ -4,8 +4,6 @@
#include <stdlib.h>
#include <stdint.h>
-#include "stringbuf.h"
-
#ifndef SEEK_SET
#define SEEK_SET (-1)
#endif