summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/mir_string.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-09 11:16:24 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-09 11:16:24 +0000
commitd6f51161612cf03c1aba04d0a93b963b7d486ed2 (patch)
tree004d8a805fbb494db8085dc61886ef87bb146555 /plugins/SendScreenshotPlus/src/mir_string.cpp
parentdc36d08f00b7875b92229f273e8fcff13779e12b (diff)
removed not used headers
added version info removed uinfo icon pack dependence git-svn-id: http://svn.miranda-ng.org/main/trunk@3933 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/mir_string.cpp')
-rw-r--r--plugins/SendScreenshotPlus/src/mir_string.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/mir_string.cpp b/plugins/SendScreenshotPlus/src/mir_string.cpp
index 607c5f906e..362b09067f 100644
--- a/plugins/SendScreenshotPlus/src/mir_string.cpp
+++ b/plugins/SendScreenshotPlus/src/mir_string.cpp
@@ -26,7 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "global.h"
-#include "mir_string.h"
char *mir_strncpy(char *pszDest, const char *pszSrc, const size_t cchDest)
{