From 040d42aec02a7bac35a633f29d3f14a200ed64c8 Mon Sep 17 00:00:00 2001
From: Konstantinos Sideris <sideris.konstantin@gmail.com>
Date: Sat, 26 May 2018 13:15:24 +0300
Subject: [PATCH] Remove unused import

---
 examples/crypto_bot.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/crypto_bot.cpp b/examples/crypto_bot.cpp
index f968e93f1..7ad14af12 100644
--- a/examples/crypto_bot.cpp
+++ b/examples/crypto_bot.cpp
@@ -17,7 +17,6 @@
 #include "mtxclient/http/errors.hpp"
 
 #include "mtxclient/utils.hpp"
-#include "test_helpers.hpp"
 
 //
 // Simple example bot that will accept any invite.
-- 
GitLab