X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fbase%2Fapplications%2Fnetwork%2Ftelnet%2Fsrc%2Ftmapldr.cpp;h=e642fc56e809e67d6dd48850a7701297c5f2aa52;hp=16aae9308c1f92060b2521afc2ef2f895cbde2d0;hb=290a31c69285228c2f537aff6b6e8663eb2b0284;hpb=35fe207a58f938c3fb0392c8abe91ec84d8846c8 diff --git a/reactos/base/applications/network/telnet/src/tmapldr.cpp b/reactos/base/applications/network/telnet/src/tmapldr.cpp index 16aae9308c1..e642fc56e80 100644 --- a/reactos/base/applications/network/telnet/src/tmapldr.cpp +++ b/reactos/base/applications/network/telnet/src/tmapldr.cpp @@ -29,6 +29,9 @@ // originally part of KeyTrans.cpp // ///////////////////////////////////////////////////////// +#include "tmapldr.h" +#include "tnconfig.h" + #ifdef __BORLANDC__ #include #else @@ -36,10 +39,6 @@ #include #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