- Update to r53061
[reactos.git] / base / applications / network / telnet / src / tkeydef.cpp
index e180327..2d3e212 100644 (file)
@@ -29,8 +29,7 @@
 //     originally part of KeyTrans.cpp                 //
 /////////////////////////////////////////////////////////
 
-#include "tkeydef.h"
-#include <string.h>
+#include "precomp.h"
 
 // This class did not properly release memory before, and a buffer overrun
 // was apparent in operator=(char*).  Fixed.  (Paul Brannan Feb. 4, 1999)