summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_skinbutton.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-04-29 06:49:54 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-04-29 06:49:54 +0000
commit89113840fb4160af43bbc6cc22b1b13c5118259d (patch)
tree8479fd75ee6835a92c42d040610a10e863518f2c /plugins/Clist_modern/src/modern_skinbutton.cpp
parent1cc221fa6c8ef6b2e3010f700053391cf024ca07 (diff)
m_* headers moved to ExternalAPI folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@13240 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_skinbutton.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_skinbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_skinbutton.cpp b/plugins/Clist_modern/src/modern_skinbutton.cpp
index d843175566..f9ba51083c 100644
--- a/plugins/Clist_modern/src/modern_skinbutton.cpp
+++ b/plugins/Clist_modern/src/modern_skinbutton.cpp
@@ -29,7 +29,7 @@ This file contains code related to new modern free positioned skinned buttons
#include "hdr/modern_commonheaders.h"
#include "hdr/modern_skinengine.h"
#include "hdr/modern_clcpaint.h"
-#include "m_api/m_skinbutton.h"
+#include "m_skinbutton.h"
#define MODERNSKINBUTTONCLASS "MirandaModernSkinButtonClass"
BOOL ModernSkinButtonModuleIsLoaded = FALSE;