diff options
-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"
|