diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-26 20:11:55 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-26 20:11:55 +0000 |
commit | addf0b2c62827524850fc0395f31d6d1db1c569b (patch) | |
tree | db57cb7d1702d9abd970a643a382fbf3623ec446 /authstate/commonheaders.h | |
parent | 0bb8bccce8088543809581f3c4c25769e901f3fa (diff) |
move api to folder
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@47 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'authstate/commonheaders.h')
-rw-r--r-- | authstate/commonheaders.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/authstate/commonheaders.h b/authstate/commonheaders.h index ffb83b8..aab35c9 100644 --- a/authstate/commonheaders.h +++ b/authstate/commonheaders.h @@ -46,8 +46,8 @@ #include "Version.h"
// Third party SDK headers
-#include "sdk/m_updater.h"
-#include "sdk/m_extraicons.h"
+#include "m_updater.h"
+#include "m_extraicons.h"
static const int DefaultSlot = EXTRA_ICON_ADV2;
#define MODULENAME "AuthState"
|