diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-01 18:33:46 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-01 18:33:46 +0000 |
commit | e8d6a2e3098bf4ee06b2bcb143dda488994e4e4d (patch) | |
tree | 2852d2ebce5e76d415fdb83f49adb9dfaf253f7d /plugins/PackUpdater/Src/Common.h | |
parent | 05c52d40c35edb8ad121dd13812fc3da76f24555 (diff) |
PackUpdater: folder structure change
git-svn-id: http://svn.miranda-ng.org/main/trunk@1752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PackUpdater/Src/Common.h')
-rw-r--r-- | plugins/PackUpdater/Src/Common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PackUpdater/Src/Common.h b/plugins/PackUpdater/Src/Common.h index 3e38692d49..1e2f507688 100644 --- a/plugins/PackUpdater/Src/Common.h +++ b/plugins/PackUpdater/Src/Common.h @@ -45,8 +45,8 @@ Boston, MA 02111-1307, USA. #include <m_folders.h>
#include "m_popup2.h"
-#include "..\version.h"
-#include "..\resource.h"
+#include "version.h"
+#include "resource.h"
#include "Notifications.h"
#define MODNAME "PackUpdater"
|