summaryrefslogtreecommitdiff
path: root/plugins/YahooGroups
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-02-02 19:56:23 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-02-02 19:56:23 +0000
commit3b7ef5348b728cbc916f5caa24938ff0581625cc (patch)
tree6bf2f8d2c787ca6d0009c97da35c0aeb064bbbb4 /plugins/YahooGroups
parenta3c15612b3279306ddbd5b9ed11a410a5d13e572 (diff)
m_database.h is not needed in many cases
git-svn-id: http://svn.miranda-ng.org/main/trunk@8017 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YahooGroups')
-rw-r--r--plugins/YahooGroups/src/commonheaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YahooGroups/src/commonheaders.h b/plugins/YahooGroups/src/commonheaders.h
index e89e48e214..61d51f6236 100644
--- a/plugins/YahooGroups/src/commonheaders.h
+++ b/plugins/YahooGroups/src/commonheaders.h
@@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <windows.h>
#include <newpluginapi.h>
-#include <m_database.h>
+#include <m_utils.h>
#include <m_clist.h>
#include <m_contacts.h>
#include <m_langpack.h>