summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/WASocketConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WhatsApp/src/WASocketConnection.h')
-rw-r--r--protocols/WhatsApp/src/WASocketConnection.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/WhatsApp/src/WASocketConnection.h b/protocols/WhatsApp/src/WASocketConnection.h
index 1f0034471b..e6dcc472a6 100644
--- a/protocols/WhatsApp/src/WASocketConnection.h
+++ b/protocols/WhatsApp/src/WASocketConnection.h
@@ -1,12 +1,8 @@
#if !defined(WASOCKETCONNECTION_H)
#define WASOCKETCONNECTION_H
-#include "common.h"
#include "WhatsAPI++/ISocketConnection.h"
-#include <iostream>
#include "WhatsAPI++/WAException.h"
-#include "WhatsAPI++/WALogin.h"
-#include <windows.h>
class WASocketConnection : public ISocketConnection
{
@@ -21,7 +17,7 @@ private:
HANDLE hConn;
public:
- WASocketConnection(const std::string& dir, int port) throw (WAException);
+ WASocketConnection(const std::string &dir, int port) throw (WAException);
virtual ~WASocketConnection();
void write(int i);