diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-02 19:56:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-02 19:56:23 +0000 |
commit | 3b7ef5348b728cbc916f5caa24938ff0581625cc (patch) | |
tree | 6bf2f8d2c787ca6d0009c97da35c0aeb064bbbb4 /protocols/Omegle | |
parent | a3c15612b3279306ddbd5b9ed11a410a5d13e572 (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 'protocols/Omegle')
-rw-r--r-- | protocols/Omegle/src/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Omegle/src/common.h b/protocols/Omegle/src/common.h index 25f088b66a..3237a333ac 100644 --- a/protocols/Omegle/src/common.h +++ b/protocols/Omegle/src/common.h @@ -46,7 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_system_cpp.h>
#include <m_chat.h>
#include <m_clistint.h>
-#include <m_database.h>
#include <m_langpack.h>
#include <m_netlib.h>
#include <m_options.h>
|