diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-26 06:23:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-26 06:23:50 +0000 |
commit | 7f10992af0dd1ff0c8f3b6f4d6931032108b9052 (patch) | |
tree | a8a0628e2bfacf0de592c7c63a94288c7317e124 /plugins/CSList/src/cslist.cpp | |
parent | fb689e14df8fafbce8ab98aaaf6da2e409ec5cf3 (diff) |
CSlist - common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CSList/src/cslist.cpp')
-rw-r--r-- | plugins/CSList/src/cslist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CSList/src/cslist.cpp b/plugins/CSList/src/cslist.cpp index 3c1a3d8ebb..29de682404 100644 --- a/plugins/CSList/src/cslist.cpp +++ b/plugins/CSList/src/cslist.cpp @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ======================================================================== */ -#include "cslist.h" +#include "stdafx.h" #include "strpos.h" CLIST_INTERFACE *pcli; |