diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-01 13:33:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-01 13:33:38 +0000 |
commit | a94767fad643f16283097b1364366c9c26470ebe (patch) | |
tree | 166d0a679e72d57dfe0dfd18e4dff1038ff3b111 /plugins/ListeningTo | |
parent | 9c9d723be5624813d8685d528a4b51f3864f9198 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@2590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ListeningTo')
-rw-r--r-- | plugins/ListeningTo/src/commons.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/ListeningTo/src/commons.h b/plugins/ListeningTo/src/commons.h index 29915aa334..4df8c6d1ac 100644 --- a/plugins/ListeningTo/src/commons.h +++ b/plugins/ListeningTo/src/commons.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
@@ -14,7 +14,7 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public
License along with this file; see the file license.txt. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+Boston, MA 02111-1307, USA.
*/
@@ -67,7 +67,6 @@ Boston, MA 02111-1307, USA. #include "../utils/mir_memory.h"
#include "../utils/mir_options.h"
-#include "../utils/mir_icons.h"
#include "../utils/mir_buffer.h"
#include "../utils/utf8_helpers.h"
|