diff options
author | Tim Landscheidt <tim@tim-landscheidt.de> | 2019-01-17 22:48:08 +0000 |
---|---|---|
committer | Tim Landscheidt <tim@tim-landscheidt.de> | 2019-01-17 23:27:03 +0000 |
commit | 0fa7a49e7abe529b9ff037e97c0e392a86d9356d (patch) | |
tree | fdcd9e060246f5d8b7e6b179b8e95b13461247b3 /src/system.hh.in | |
parent | 2a8f433c6b8b2a9f2c182de17315bf5eceb2dced (diff) | |
download | fork-ledger-0fa7a49e7abe529b9ff037e97c0e392a86d9356d.tar.gz fork-ledger-0fa7a49e7abe529b9ff037e97c0e392a86d9356d.tar.bz2 fork-ledger-0fa7a49e7abe529b9ff037e97c0e392a86d9356d.zip |
Remove unused development code related to USE_BOOST_FACETS
The code can be accessed by Git history and reused in a branch if
necessary.
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index c093e334..1f4a3958 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -88,7 +88,6 @@ #include <algorithm> #include <exception> #include <typeinfo> -#include <locale> #include <stdexcept> #include <iostream> #include <streambuf> |