diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 08:59:53 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 08:59:53 +0000 |
commit | 2293e8300f4c7f75161b0fbda8adde10d1d64f1a (patch) | |
tree | 2d2120289c330ed4551c7f6724458460a4bf9e90 /plugins/HistorySweeperLight/src/historysweeperlight.cpp | |
parent | e2f10dee4e34fd3ef99aa398c004e90539440f33 (diff) |
historysweeperlight: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistorySweeperLight/src/historysweeperlight.cpp')
-rw-r--r-- | plugins/HistorySweeperLight/src/historysweeperlight.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistorySweeperLight/src/historysweeperlight.cpp b/plugins/HistorySweeperLight/src/historysweeperlight.cpp index d42546fa51..09b860078c 100644 --- a/plugins/HistorySweeperLight/src/historysweeperlight.cpp +++ b/plugins/HistorySweeperLight/src/historysweeperlight.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "historysweeperlight.h"
+#include "stdafx.h"
typedef struct
{
|