diff options
| author | Jorge Timón <[email protected]> | 2017-04-13 01:08:18 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2017-06-22 03:48:52 +0200 |
| commit | 5995735c5be19bee4c5369bd1861e913cf201db7 (patch) | |
| tree | 0284f85feded3b2bbf6a90129ea865549849cfd1 /src/timedata.cpp | |
| parent | scripted-diff: Remove BOOST_REVERSE_FOREACH (diff) | |
| download | discoin-5995735c5be19bee4c5369bd1861e913cf201db7.tar.xz discoin-5995735c5be19bee4c5369bd1861e913cf201db7.zip | |
scripted-diff: Remove #include <boost/foreach.hpp>
-BEGIN VERIFY SCRIPT-
sed -i ':a;N;$!ba;s/#include <boost\/foreach.hpp>\n//' ./src/*.h ./src/*.cpp ./src/*/*.h ./src/*/*.cpp ./src/*/*/*.h ./src/*/*/*.cpp
-END VERIFY SCRIPT-
Diffstat (limited to 'src/timedata.cpp')
| -rw-r--r-- | src/timedata.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timedata.cpp b/src/timedata.cpp index d736baa21..099ed7f04 100644 --- a/src/timedata.cpp +++ b/src/timedata.cpp @@ -15,7 +15,6 @@ #include "utilstrencodings.h" #include "warnings.h" -#include <boost/foreach.hpp> static CCriticalSection cs_nTimeOffset; static int64_t nTimeOffset = 0; |