[TELNET]
[reactos.git] / reactos / base / applications / network / telnet / src / tnerror.h
index 6302e7c..8b8fb95 100644 (file)
@@ -1,18 +1,5 @@
 #pragma once
 
-#ifndef __WINDOWS_H
-#define WIN32_NO_STATUS
-#include <stdarg.h>
-#include <windef.h>
-#include <winbase.h>
-#include <winuser.h>
-#include <wincon.h>
-#define _INC_WINDOWS
-#include <winsock.h>
-#endif
-
-#include "tnmsg.h"
-
 extern int Telnet_Redir;
 
 int printm(LPTSTR szModule, BOOL fSystem, DWORD dwMessageId, ...);