From 13f5d3b15211f73ca1532ab395a8c96c5530f81d Mon Sep 17 00:00:00 2001 From: watcherhd Date: Wed, 27 Apr 2011 15:22:37 +0000 Subject: popup: compilation fix git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@49 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- popup/src/headers.h | 4 ++-- 1 file 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" -- cgit v1.2.3