diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-27 15:22:37 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-27 15:22:37 +0000 |
commit | 13f5d3b15211f73ca1532ab395a8c96c5530f81d (patch) | |
tree | f99ef57dbe7fd86ef3f9f1abed2d5f0fe1ec9220 | |
parent | 61a4e392148321fa3d2e5bbcea27f7e4633302de (diff) |
popup: compilation fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@49 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | popup/src/headers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/popup/src/headers.h b/popup/src/headers.h index 56e20c9..fb2a904 100644 --- a/popup/src/headers.h +++ b/popup/src/headers.h @@ -142,8 +142,8 @@ Last change by : $Author: Merlin_de $ // API for 3rd party plugins (.\api folder)
// this folder contain spetial edition API (not latest API !!!)
- #include "../api/m_mathmodule.h"
- #include "../api/m_popup2.h"
+ #include "m_mathmodule.h"
+ #include "m_popup2.h"
//PopUp common handlers
#include "defs.h"
|