diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/stdautoaway/commonheaders.h | 2 | ||||
-rw-r--r-- | src/core/stdaway/commonheaders.h | 2 | ||||
-rw-r--r-- | src/core/stdchat/src/chat.h | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/commonheaders.h | 2 | ||||
-rw-r--r-- | src/core/stdemail/commonheaders.h | 2 | ||||
-rw-r--r-- | src/core/stdhelp/commonheaders.h | 2 | ||||
-rw-r--r-- | src/core/stdidle/commonheaders.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/core/stdautoaway/commonheaders.h b/src/core/stdautoaway/commonheaders.h index 413fa3430d..b11a377e25 100644 --- a/src/core/stdautoaway/commonheaders.h +++ b/src/core/stdautoaway/commonheaders.h @@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_system_cpp.h>
#include <m_core.h>
#include <newpluginapi.h>
-#include <m_database.h>
+#include <m_utils.h>
#include <m_netlib.h>
#include <m_crypto.h>
#include <m_langpack.h>
diff --git a/src/core/stdaway/commonheaders.h b/src/core/stdaway/commonheaders.h index 002b2bad4d..d067e7e7db 100644 --- a/src/core/stdaway/commonheaders.h +++ b/src/core/stdaway/commonheaders.h @@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_system_cpp.h>
#include <m_core.h>
#include <newpluginapi.h>
-#include <m_database.h>
+#include <m_utils.h>
#include <m_netlib.h>
#include <m_langpack.h>
#include <m_clist.h>
diff --git a/src/core/stdchat/src/chat.h b/src/core/stdchat/src/chat.h index 83421a44d5..acd01aabfd 100644 --- a/src/core/stdchat/src/chat.h +++ b/src/core/stdchat/src/chat.h @@ -44,7 +44,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <newpluginapi.h>
#include <m_system.h>
#include <m_options.h>
-#include <m_database.h>
+#include <m_utils.h>
#include <m_utils.h>
#include <m_langpack.h>
#include <m_skin.h>
diff --git a/src/core/stdcrypt/commonheaders.h b/src/core/stdcrypt/commonheaders.h index 2ad7031f79..a86f828180 100644 --- a/src/core/stdcrypt/commonheaders.h +++ b/src/core/stdcrypt/commonheaders.h @@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_system_cpp.h>
#include <m_core.h>
#include <newpluginapi.h>
-#include <m_database.h>
+#include <m_utils.h>
#include <m_netlib.h>
#include <m_langpack.h>
#include <m_button.h>
diff --git a/src/core/stdemail/commonheaders.h b/src/core/stdemail/commonheaders.h index f027e47929..c4aab03b84 100644 --- a/src/core/stdemail/commonheaders.h +++ b/src/core/stdemail/commonheaders.h @@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_system_cpp.h>
#include <m_core.h>
#include <newpluginapi.h>
-#include <m_database.h>
+#include <m_utils.h>
#include <m_netlib.h>
#include <m_langpack.h>
#include <m_clistint.h>
diff --git a/src/core/stdhelp/commonheaders.h b/src/core/stdhelp/commonheaders.h index ca154ba24b..9caed79e40 100644 --- a/src/core/stdhelp/commonheaders.h +++ b/src/core/stdhelp/commonheaders.h @@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_system_cpp.h>
#include <m_core.h>
#include <newpluginapi.h>
-#include <m_database.h>
+#include <m_utils.h>
#include <m_netlib.h>
#include <m_langpack.h>
#include <m_clist.h>
diff --git a/src/core/stdidle/commonheaders.h b/src/core/stdidle/commonheaders.h index 77faadcfe7..282313e51c 100644 --- a/src/core/stdidle/commonheaders.h +++ b/src/core/stdidle/commonheaders.h @@ -50,7 +50,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_system_cpp.h>
#include <m_core.h>
#include <newpluginapi.h>
-#include <m_database.h>
+#include <m_utils.h>
#include <m_netlib.h>
#include <m_langpack.h>
#include <m_clist.h>
|