mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +01:00
move convert_adaptor.hpp and convertstream.hpp into io subdirectory
This commit is contained in:
parent
17248585af
commit
0525191ebe
7 changed files with 12 additions and 16 deletions
|
@ -9,7 +9,7 @@
|
|||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <Utils/convert_adaptor.hpp>
|
||||
#include <io/convert_adaptor.hpp>
|
||||
#include <convert/utf8iso88591codecvt.hpp>
|
||||
#include <convert/iso88591utf8codecvt.hpp>
|
||||
#include <convert/rot13codecvt.hpp>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <SAX/SAXException.hpp>
|
||||
#include <SAX/Locator.hpp>
|
||||
#include <sstream>
|
||||
#include <Utils/convertstream.hpp>
|
||||
#include <io/convertstream.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <string>
|
||||
#include <Utils/convertstream.hpp>
|
||||
#include <io/convertstream.hpp>
|
||||
#include <convert/utf8ucs2codecvt.hpp>
|
||||
#include <Utils/stringadaptortag.hpp>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "silly_string.hpp"
|
||||
|
||||
#include <Utils/convertstream.hpp>
|
||||
#include <io/convertstream.hpp>
|
||||
#include <convert/utf8ucs2codecvt.hpp>
|
||||
#include <convert/ucs2utf8codecvt.hpp>
|
||||
|
||||
|
|
|
@ -774,18 +774,6 @@
|
|||
<Filter
|
||||
Name="Utils"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\Utils\impl\codecvt_specialisations.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Utils\convert_adaptor.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Utils\convertstream.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Utils\getparam.hpp"
|
||||
>
|
||||
|
@ -818,6 +806,14 @@
|
|||
<Filter
|
||||
Name="io"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\io\convert_adaptor.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\io\convertstream.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\io\socket_stream.hpp"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue