diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-24 17:04:48 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-24 17:04:48 +0000 |
commit | e7efd3336abb30aaab0aa1a202c1ac10e502c5c8 (patch) | |
tree | d8bee651568d77fe8e9573923858dd7c91c3b437 /plugins/Folders/src/dlg_handlers.cpp | |
parent | 09f03e95bb19fc43fdb3e9f6db6156a8d89f09ee (diff) |
added precompiled header
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Folders/src/dlg_handlers.cpp')
-rw-r--r-- | plugins/Folders/src/dlg_handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Folders/src/dlg_handlers.cpp b/plugins/Folders/src/dlg_handlers.cpp index 48ed983d11..d36a68ebc3 100644 --- a/plugins/Folders/src/dlg_handlers.cpp +++ b/plugins/Folders/src/dlg_handlers.cpp @@ -1,4 +1,4 @@ -#include "dlg_handlers.h"
+#include "commonheaders.h"
PFolderItem lastItem = NULL;
|