diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 12:21:37 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 12:21:37 +0000 |
commit | 7a8e3055b162b2572152ed951ebcefd60182edbc (patch) | |
tree | 415d5bc98ce406df04f8e9b19de99a10e1c275a1 /plugins/Popup/src/headers.h | |
parent | 177c84716db384c8be095219c58d0a68f87101fe (diff) |
PasteIt, PopUp, ProfileManager: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/headers.h')
-rw-r--r-- | plugins/Popup/src/headers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Popup/src/headers.h b/plugins/Popup/src/headers.h index e4eca04876..0b0c32298e 100644 --- a/plugins/Popup/src/headers.h +++ b/plugins/Popup/src/headers.h @@ -86,7 +86,7 @@ Last change by : $Author: Merlin_de $ #endif
//Resources
- #include "../resource.h"
+ #include "resource.h"
#define NOWIN2K
#define MIRANDA_VER 0x0A00
@@ -139,7 +139,7 @@ Last change by : $Author: Merlin_de $ //PopUp common handlers
#include "defs.h"
- #include "../version.h"
+ #include "version.h"
#include "config.h"
#include "common.h"
#include "def_settings.h"
|