diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-09-11 20:54:31 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-09-11 20:54:31 +0000 |
commit | abd477730033805f713ae13f0cabab1040b43367 (patch) | |
tree | a0712f1c4cddfcb98cf6ad083f9b58d97dafaf70 /tipper/options.cpp | |
parent | 6b7b2beb5c302331cc4e2f484ff4098719b11cc4 (diff) |
Removed unneeded dependencies
Cleaned-up headers
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@531 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/options.cpp')
-rw-r--r-- | tipper/options.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tipper/options.cpp b/tipper/options.cpp index f4ad1af..21bc6d6 100644 --- a/tipper/options.cpp +++ b/tipper/options.cpp @@ -2,11 +2,8 @@ #include "options.h"
#include "resource.h"
#include "popwin.h"
-#include <commctrl.h>
#include "str_utils.h"
-#include <commdlg.h>
-
Options options;
#define WMU_ENABLE_LIST_BUTTONS (WM_USER + 0x030)
|