Removed uneeded imports.

This commit is contained in:
Tristan B. Kildaire 2020-06-17 11:25:58 +02:00
parent f2bb62661e
commit 97781fb9c3
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
module bmessage;
import std.socket : Socket, SocketFlags;
import std.json : JSONValue, parseJSON, toJSON;
public bool receiveMessage(Socket originator, ref byte[] receiveMessage)
{