diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-18 21:52:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-18 21:52:06 +0000 |
commit | 47e5e82a35999401cc7676cd19a4b8b289a2024c (patch) | |
tree | 20449be9036d3d2503b49f4c2ba481be99261c66 /protocols/AimOscar/aim.h | |
parent | bb7bf61220abb44c385deabda02daed66e9e2389 (diff) |
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@1030 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/aim.h')
-rw-r--r-- | protocols/AimOscar/aim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/AimOscar/aim.h b/protocols/AimOscar/aim.h index a6d7e737e7..fb6d1071ee 100644 --- a/protocols/AimOscar/aim.h +++ b/protocols/AimOscar/aim.h @@ -1,6 +1,6 @@ /*
Plugin of Miranda IM for communicating with users of the AIM protocol.
-Copyright (c) 2008-2011 Boris Krasnovskiy
+Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
This program is free software; you can redistribute it and/or
@@ -86,9 +86,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "packets.h"
#include "proxy.h"
#include "resource.h"
+#include "proto.h"
#include "theme.h"
#include "ui.h"
-#include "proto.h"
// Protocol limits
#define MAX_SCREEN_NAME_LENGTH 97
|