Marcelo Slomp (mslomp@linuxmail.org):
[reactos.git] / reactos / base / applications / network / telnet / src / tmapldr.cpp
index 16aae93..e642fc5 100644 (file)
@@ -29,6 +29,9 @@
 //     originally part of KeyTrans.cpp                 //
 /////////////////////////////////////////////////////////
 
+#include "tmapldr.h"
+#include "tnconfig.h"
+
 #ifdef __BORLANDC__
 #include <fstream.h>
 #else
 #include <fstream>
 #endif
 
-#include "tmapldr.h"
-#include "tnerror.h"
-#include "tnconfig.h"
-
 // It's probably a good idea to turn off the "identifier was truncated" warning
 // in MSVC (Paul Brannan 5/25/98)
 #ifdef _MSC_VER