diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-02 19:41:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-02 19:41:38 +0000 |
commit | 092d9b814c8c2e523fa2a73c69fa26cda1a5c17f (patch) | |
tree | 254f1fa0e3876d7ef1736d4e062a52d23d51bf1b /plugins/Clist_nicer/src/alphablend.cpp | |
parent | 0e9e528e18ff63d46e5b3471d6fa12344b0d28b3 (diff) |
unified project for clist_nicer
git-svn-id: http://svn.miranda-ng.org/main/trunk@14474 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/src/alphablend.cpp')
-rw-r--r-- | plugins/Clist_nicer/src/alphablend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/src/alphablend.cpp b/plugins/Clist_nicer/src/alphablend.cpp index 403f244fa5..0906dc512f 100644 --- a/plugins/Clist_nicer/src/alphablend.cpp +++ b/plugins/Clist_nicer/src/alphablend.cpp @@ -22,7 +22,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 "commonheaders.h"
+#include "stdafx.h"
extern int g_hottrack, g_hottrack_done;
extern BOOL g_inCLCpaint;
|