summaryrefslogtreecommitdiffstats
path: root/src/TUI/ABRTSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/TUI/ABRTSocket.cpp')
-rw-r--r--src/TUI/ABRTSocket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TUI/ABRTSocket.cpp b/src/TUI/ABRTSocket.cpp
index dac690a..a699bbd 100644
--- a/src/TUI/ABRTSocket.cpp
+++ b/src/TUI/ABRTSocket.cpp
@@ -1,6 +1,6 @@
#include "ABRTSocket.h"
#include "ABRTException.h"
-#include "SocketCrashTypes.h"
+#include "CrashTypesSocket.h"
#include <string.h>
#include <sys/types.h>
@@ -16,7 +16,7 @@ CABRTSocket::~CABRTSocket()
{
DisConnect();
}
-#include <iostream>
+
void CABRTSocket::Send(const std::string& pMessage)
{
int ret = 0;