diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-14 09:52:45 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-14 09:52:45 +0000 |
commit | 3f4753a8c66e85c804c6407a6885b6dd1ece3dfa (patch) | |
tree | 2b4afd3ca2113f2020237ba678ee926d99f21dfd /plugins/Boltun/src/boltun.cpp | |
parent | b63e7382158dd683abcd13e6a353db2920a1590e (diff) |
Boltun: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1921 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Boltun/src/boltun.cpp')
-rw-r--r-- | plugins/Boltun/src/boltun.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Boltun/src/boltun.cpp b/plugins/Boltun/src/boltun.cpp index 8c713d6e09..e19e207c29 100644 --- a/plugins/Boltun/src/boltun.cpp +++ b/plugins/Boltun/src/boltun.cpp @@ -20,7 +20,7 @@ #define MIRANDA_VER 0x0A00
-#include "../Engine/TalkEngine.h"
+#include "Engine/TalkEngine.h"
#include <windows.h>
#include <time.h>
|