diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-23 11:41:12 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-23 11:41:12 +0000 |
commit | b256b6cca9913c8b8142cd9b4c9560ea2f72becc (patch) | |
tree | 77ff7c334f4458b82416a20376403cf6effeb485 /plugins/CrashDumper/src/ui.cpp | |
parent | 40781d33923f2d80c080cc15befc980e008b6687 (diff) |
added precompiled header
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3720 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/src/ui.cpp')
-rw-r--r-- | plugins/CrashDumper/src/ui.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/CrashDumper/src/ui.cpp b/plugins/CrashDumper/src/ui.cpp index 2055554374..21eea4fb13 100644 --- a/plugins/CrashDumper/src/ui.cpp +++ b/plugins/CrashDumper/src/ui.cpp @@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "utils.h"
-#include <commctrl.h>
-#include <richedit.h>
-#include <m_popup.h>
HWND hViewWnd;
extern HINSTANCE hInst;
|