summaryrefslogtreecommitdiff
path: root/protocols/Omegle/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Omegle/src')
-rw-r--r--protocols/Omegle/src/http.h11
-rw-r--r--protocols/Omegle/src/stdafx.h1
2 files changed, 1 insertions, 11 deletions
diff --git a/protocols/Omegle/src/http.h b/protocols/Omegle/src/http.h
index d4724432e1..2fb3cb5fe6 100644
--- a/protocols/Omegle/src/http.h
+++ b/protocols/Omegle/src/http.h
@@ -22,17 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define HTTP_CODE_OK 200
-#define HTTP_CODE_MOVED_PERMANENTLY 301
-#define HTTP_CODE_FOUND 302
-#define HTTP_CODE_FORBIDDEN 403
-#define HTTP_CODE_NOT_FOUND 404
-#define HTTP_CODE_REQUEST_TIMEOUT 408
-#define HTTP_CODE_INTERNAL_SERVER_ERROR 500
-#define HTTP_CODE_NOT_IMPLEMENTED 501
-#define HTTP_CODE_BAD_GATEWAY 502
-#define HTTP_CODE_SERVICE_UNAVAILABLE 503
-
#define HTTP_CODE_FAKE_DISCONNECTED 0
#define HTTP_CODE_FAKE_ERROR 1
diff --git a/protocols/Omegle/src/stdafx.h b/protocols/Omegle/src/stdafx.h
index 3b6b8b66bb..aaf7530ce4 100644
--- a/protocols/Omegle/src/stdafx.h
+++ b/protocols/Omegle/src/stdafx.h
@@ -57,6 +57,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <m_hotkeys.h>
#include <m_message.h>
//#include <m_msg_buttonsbar.h>
+#include <m_http.h>
#include "version.h"