diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-14 08:11:57 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-14 08:11:57 +0000 |
commit | 809aa14dd2119e7b0de93846eb38bbb83073dad6 (patch) | |
tree | 54c400100970481180dcc6908961b2f64dd03155 /plugins/YAPP/src/popwin.cpp | |
parent | 7e5f2445f906ade2533fc3a4b6d14b8da52ec522 (diff) |
removed not used headers
m_yapp.h moved to ExtAPI
git-svn-id: http://svn.miranda-ng.org/main/trunk@4013 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAPP/src/popwin.cpp')
-rw-r--r-- | plugins/YAPP/src/popwin.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/YAPP/src/popwin.cpp b/plugins/YAPP/src/popwin.cpp index 3c0c4cd10d..0313ba6f30 100644 --- a/plugins/YAPP/src/popwin.cpp +++ b/plugins/YAPP/src/popwin.cpp @@ -1,7 +1,4 @@ #include "common.h"
-#include "popwin.h"
-#include "message_pump.h"
-#include "options.h"
HMODULE hUserDll;
BOOL (WINAPI *MySetLayeredWindowAttributes)(HWND,COLORREF,BYTE,DWORD) = 0;
|