diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2017-04-13 01:08:18 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2017-06-22 03:48:52 +0200 |
commit | 5995735c5be19bee4c5369bd1861e913cf201db7 (patch) | |
tree | 0284f85feded3b2bbf6a90129ea865549849cfd1 /src/timedata.cpp | |
parent | 3eff827f89a2dd8cc72216d1ab2add40c290517b (diff) |
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 d736baa213..099ed7f042 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; |