diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-17 18:30:09 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-17 18:30:09 +0200 |
commit | 5f9861953eff5f9755f29e9bab6254ae4206937e (patch) | |
tree | f9fe4bfb148999ae5ddd80e8358403fe609cca49 /src/main.h | |
parent | cf2f7c30a3b461c8db8703f3d522076fdacd81ba (diff) |
fix RenameOver() and FileCommit() functions, to not generate compilation errors
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.h b/src/main.h index d9eea2a329..3da2e0c5b3 100644 --- a/src/main.h +++ b/src/main.h @@ -10,10 +10,6 @@ #include "net.h" #include "script.h" -#ifdef WIN32 -#include <io.h> /* for _commit */ -#endif - #include <list> class CWallet; |