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/subst.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/subst.cpp')
-rw-r--r-- | tipper/subst.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tipper/subst.cpp b/tipper/subst.cpp index 439c0f7..2980c5c 100644 --- a/tipper/subst.cpp +++ b/tipper/subst.cpp @@ -1,6 +1,5 @@ #include "common.h"
#include "subst.h"
-#include <time.h>
#include "str_utils.h"
void StripBBCodesInPlace(TCHAR *text) {
|