diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-03 19:14:41 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-03 19:14:41 +0000 |
commit | 0e8ae7d4ab5ffd57185500f65ef171e4a37ba117 (patch) | |
tree | 256c9e7d10ef3793d0cfe59160031058171e9a2c /protocols/AimOscar/src/links.cpp | |
parent | 67be58b9e7bd096b73d3d01f84daee2d8fad0e02 (diff) |
removed double includes
git-svn-id: http://svn.miranda-ng.org/main/trunk@2935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/links.cpp')
-rw-r--r-- | protocols/AimOscar/src/links.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/AimOscar/src/links.cpp b/protocols/AimOscar/src/links.cpp index c4eec4ae69..9c8766872f 100644 --- a/protocols/AimOscar/src/links.cpp +++ b/protocols/AimOscar/src/links.cpp @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "aim.h"
-#include "links.h"
-#include "m_assocmgr.h"
static HANDLE hServiceParseLink;
|