summaryrefslogtreecommitdiffhomepage
path: root/websocket.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-26 19:14:05 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-26 19:14:05 +0100
commitfd3da82dd7772419c01bb751e5b5cb7f198b4752 (patch)
treea22034831ec31df68b4e9cb22a1c51949e41b613 /websocket.h
parent9b0320c8b47c43adce1aa5d9821b67c1fa42e1d6 (diff)
websocket bugfix: socket leak
Diffstat (limited to 'websocket.h')
-rw-r--r--websocket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/websocket.h b/websocket.h
index 87b5a04..5306b9b 100644
--- a/websocket.h
+++ b/websocket.h
@@ -3,7 +3,6 @@
//
#pragma once
-#include "error.h"
#include "response.h"
#include <boost/asio/buffer.hpp>