From c3bffa005aa42d16d354eeb9214ebf1e9b61be35 Mon Sep 17 00:00:00 2001 From: jez <> Date: Mon, 10 Sep 2007 17:52:04 +0000 Subject: [PATCH] renamed include/Utils to include/Arabica --- include/{Utils => Arabica}/StringAdaptor.hpp | 2 +- include/{Utils => Arabica}/getparam.hpp | 0 include/{Utils => Arabica}/impl/VS6Workaround.hpp | 0 include/{Utils => Arabica}/stringadaptortag.hpp | 0 include/DOM/DOMImplementation.hpp | 2 +- include/DOM/Node.hpp | 2 +- include/DOM/Simple/DOMImplementation.hpp | 2 +- include/SAX/Attributes.hpp | 2 +- include/SAX/ContentHandler.hpp | 2 +- include/SAX/DTDHandler.hpp | 2 +- include/SAX/EntityResolver.hpp | 2 +- include/SAX/ErrorHandler.hpp | 2 +- include/SAX/InputSource.hpp | 2 +- include/SAX/SAXParseException.hpp | 2 +- include/SAX/XMLReader.hpp | 4 ++-- include/SAX/ext/DeclHandler.hpp | 2 +- include/SAX/ext/LexicalHandler.hpp | 2 +- include/SAX/filter/NamespaceTracker.hpp | 2 +- include/SAX/filter/TextCoalescer.hpp | 2 +- include/SAX/filter/TextOnly.hpp | 2 +- include/SAX/filter/Writer.hpp | 4 ++-- include/SAX/filter/XMLBaseTracker.hpp | 2 +- include/SAX/helpers/AttributeDefaults.hpp | 2 +- include/SAX/helpers/AttributeTypes.hpp | 2 +- include/SAX/helpers/DefaultHandler.hpp | 2 +- include/SAX/helpers/FeatureNames.hpp | 2 +- include/SAX/helpers/PropertyNames.hpp | 2 +- include/SAX/helpers/XMLFilterImpl.hpp | 2 +- include/SAX/parsers/saxgarden.hpp | 4 ++-- include/SAX/wrappers/XercesFeatureNames.hpp | 2 +- include/SAX/wrappers/XercesPropertyNames.hpp | 2 +- include/SAX/wrappers/saxexpat.hpp | 4 ++-- include/SAX/wrappers/saxlibxml2.hpp | 2 +- include/SAX/wrappers/saxmsxml2.hpp | 4 ++-- include/SAX/wrappers/saxxerces.hpp | 2 +- include/XPath/impl/xpath_execution_context.hpp | 2 +- include/XPath/impl/xpath_namespace_node.hpp | 2 +- include/XPath/impl/xpath_object.hpp | 2 +- include/XPath/impl/xpath_value.hpp | 2 +- include/convert/base64codecvt.hpp | 2 +- include/convert/rot13codecvt.hpp | 2 +- include/convert/ucs2utf8codecvt.hpp | 4 ++-- include/convert/utf16beucs2codecvt.hpp | 4 ++-- include/convert/utf16leucs2codecvt.hpp | 4 ++-- include/convert/utf16utf8codecvt.hpp | 4 ++-- include/convert/utf8ucs2codecvt.hpp | 4 ++-- include/io/convert_adaptor.hpp | 2 +- include/io/socket_stream.hpp | 2 +- include/text/normalize_whitespace.hpp | 2 +- src/convert/rot13codecvt.cpp | 2 +- src/convert/utf16beucs2codecvt.cpp | 2 +- src/convert/utf16leucs2codecvt.cpp | 2 +- tests/SAX/filter_test.cpp | 2 +- tests/SAX/filter_test_wide.cpp | 2 +- tests/silly_string/silly_string.hpp | 2 +- vs8/lib_arabica.vcproj | 2 +- 56 files changed, 63 insertions(+), 63 deletions(-) rename include/{Utils => Arabica}/StringAdaptor.hpp (99%) rename include/{Utils => Arabica}/getparam.hpp (100%) rename include/{Utils => Arabica}/impl/VS6Workaround.hpp (100%) rename include/{Utils => Arabica}/stringadaptortag.hpp (100%) diff --git a/include/Utils/StringAdaptor.hpp b/include/Arabica/StringAdaptor.hpp similarity index 99% rename from include/Utils/StringAdaptor.hpp rename to include/Arabica/StringAdaptor.hpp index da6181d1..2ff34014 100644 --- a/include/Utils/StringAdaptor.hpp +++ b/include/Arabica/StringAdaptor.hpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include namespace Arabica { diff --git a/include/Utils/getparam.hpp b/include/Arabica/getparam.hpp similarity index 100% rename from include/Utils/getparam.hpp rename to include/Arabica/getparam.hpp diff --git a/include/Utils/impl/VS6Workaround.hpp b/include/Arabica/impl/VS6Workaround.hpp similarity index 100% rename from include/Utils/impl/VS6Workaround.hpp rename to include/Arabica/impl/VS6Workaround.hpp diff --git a/include/Utils/stringadaptortag.hpp b/include/Arabica/stringadaptortag.hpp similarity index 100% rename from include/Utils/stringadaptortag.hpp rename to include/Arabica/stringadaptortag.hpp diff --git a/include/DOM/DOMImplementation.hpp b/include/DOM/DOMImplementation.hpp index 19ee95b8..c2b53ce7 100644 --- a/include/DOM/DOMImplementation.hpp +++ b/include/DOM/DOMImplementation.hpp @@ -8,7 +8,7 @@ //////////////////////////// #include -#include +#include namespace Arabica { diff --git a/include/DOM/Node.hpp b/include/DOM/Node.hpp index fdd4a390..b862dc2f 100644 --- a/include/DOM/Node.hpp +++ b/include/DOM/Node.hpp @@ -8,7 +8,7 @@ //////////////////////////// #include #include -#include +#include #include diff --git a/include/DOM/Simple/DOMImplementation.hpp b/include/DOM/Simple/DOMImplementation.hpp index 24c05984..84d95551 100644 --- a/include/DOM/Simple/DOMImplementation.hpp +++ b/include/DOM/Simple/DOMImplementation.hpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/Attributes.hpp b/include/SAX/Attributes.hpp index dc8ef359..cc06a3b2 100644 --- a/include/SAX/Attributes.hpp +++ b/include/SAX/Attributes.hpp @@ -7,7 +7,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/ContentHandler.hpp b/include/SAX/ContentHandler.hpp index 6cde3851..f48e5af2 100644 --- a/include/SAX/ContentHandler.hpp +++ b/include/SAX/ContentHandler.hpp @@ -8,7 +8,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/DTDHandler.hpp b/include/SAX/DTDHandler.hpp index b93336f9..51f53d44 100644 --- a/include/SAX/DTDHandler.hpp +++ b/include/SAX/DTDHandler.hpp @@ -7,7 +7,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/EntityResolver.hpp b/include/SAX/EntityResolver.hpp index dc9678c0..c9e1744f 100644 --- a/include/SAX/EntityResolver.hpp +++ b/include/SAX/EntityResolver.hpp @@ -8,7 +8,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/ErrorHandler.hpp b/include/SAX/ErrorHandler.hpp index a08cf83f..bc280e06 100644 --- a/include/SAX/ErrorHandler.hpp +++ b/include/SAX/ErrorHandler.hpp @@ -7,7 +7,7 @@ #include #include -#include +#include #include namespace Arabica diff --git a/include/SAX/InputSource.hpp b/include/SAX/InputSource.hpp index fdd38a42..1933cd7e 100644 --- a/include/SAX/InputSource.hpp +++ b/include/SAX/InputSource.hpp @@ -9,7 +9,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/SAXParseException.hpp b/include/SAX/SAXParseException.hpp index d3889127..a21a3c9b 100644 --- a/include/SAX/SAXParseException.hpp +++ b/include/SAX/SAXParseException.hpp @@ -6,7 +6,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/XMLReader.hpp b/include/SAX/XMLReader.hpp index 33bc8f0a..60878eb3 100644 --- a/include/SAX/XMLReader.hpp +++ b/include/SAX/XMLReader.hpp @@ -18,8 +18,8 @@ #include #include -#include -#include +#include +#include namespace Arabica { diff --git a/include/SAX/ext/DeclHandler.hpp b/include/SAX/ext/DeclHandler.hpp index 4b5e9b47..29125a91 100644 --- a/include/SAX/ext/DeclHandler.hpp +++ b/include/SAX/ext/DeclHandler.hpp @@ -6,7 +6,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/ext/LexicalHandler.hpp b/include/SAX/ext/LexicalHandler.hpp index 5b5c8137..8610bd7f 100644 --- a/include/SAX/ext/LexicalHandler.hpp +++ b/include/SAX/ext/LexicalHandler.hpp @@ -6,7 +6,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/filter/NamespaceTracker.hpp b/include/SAX/filter/NamespaceTracker.hpp index 99d2e2d8..96c87bc5 100644 --- a/include/SAX/filter/NamespaceTracker.hpp +++ b/include/SAX/filter/NamespaceTracker.hpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/filter/TextCoalescer.hpp b/include/SAX/filter/TextCoalescer.hpp index e368697b..a6846e43 100644 --- a/include/SAX/filter/TextCoalescer.hpp +++ b/include/SAX/filter/TextCoalescer.hpp @@ -3,7 +3,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/filter/TextOnly.hpp b/include/SAX/filter/TextOnly.hpp index 43925fa9..7bfea8f4 100644 --- a/include/SAX/filter/TextOnly.hpp +++ b/include/SAX/filter/TextOnly.hpp @@ -3,7 +3,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/filter/Writer.hpp b/include/SAX/filter/Writer.hpp index 6158d97a..58079005 100644 --- a/include/SAX/filter/Writer.hpp +++ b/include/SAX/filter/Writer.hpp @@ -8,8 +8,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/include/SAX/filter/XMLBaseTracker.hpp b/include/SAX/filter/XMLBaseTracker.hpp index 84153315..e7945ca2 100644 --- a/include/SAX/filter/XMLBaseTracker.hpp +++ b/include/SAX/filter/XMLBaseTracker.hpp @@ -4,7 +4,7 @@ #include #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/helpers/AttributeDefaults.hpp b/include/SAX/helpers/AttributeDefaults.hpp index c54ab3ad..abf57859 100644 --- a/include/SAX/helpers/AttributeDefaults.hpp +++ b/include/SAX/helpers/AttributeDefaults.hpp @@ -5,7 +5,7 @@ */ #include -#include +#include namespace Arabica { diff --git a/include/SAX/helpers/AttributeTypes.hpp b/include/SAX/helpers/AttributeTypes.hpp index 4b86000f..ec153f93 100644 --- a/include/SAX/helpers/AttributeTypes.hpp +++ b/include/SAX/helpers/AttributeTypes.hpp @@ -5,7 +5,7 @@ */ #include -#include +#include namespace Arabica { diff --git a/include/SAX/helpers/DefaultHandler.hpp b/include/SAX/helpers/DefaultHandler.hpp index 6535bcdf..b4bbafe4 100644 --- a/include/SAX/helpers/DefaultHandler.hpp +++ b/include/SAX/helpers/DefaultHandler.hpp @@ -16,7 +16,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/helpers/FeatureNames.hpp b/include/SAX/helpers/FeatureNames.hpp index b09acf35..86bb1b8b 100644 --- a/include/SAX/helpers/FeatureNames.hpp +++ b/include/SAX/helpers/FeatureNames.hpp @@ -5,7 +5,7 @@ */ #include -#include +#include namespace Arabica { diff --git a/include/SAX/helpers/PropertyNames.hpp b/include/SAX/helpers/PropertyNames.hpp index 8c2ab99a..2d1f0d9a 100644 --- a/include/SAX/helpers/PropertyNames.hpp +++ b/include/SAX/helpers/PropertyNames.hpp @@ -6,7 +6,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/helpers/XMLFilterImpl.hpp b/include/SAX/helpers/XMLFilterImpl.hpp index 5792ca32..3329d502 100644 --- a/include/SAX/helpers/XMLFilterImpl.hpp +++ b/include/SAX/helpers/XMLFilterImpl.hpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/parsers/saxgarden.hpp b/include/SAX/parsers/saxgarden.hpp index 7bb619f1..c211186b 100644 --- a/include/SAX/parsers/saxgarden.hpp +++ b/include/SAX/parsers/saxgarden.hpp @@ -13,8 +13,8 @@ #include #include #include -#include -#include +#include +#include namespace Arabica { diff --git a/include/SAX/wrappers/XercesFeatureNames.hpp b/include/SAX/wrappers/XercesFeatureNames.hpp index 9094b474..b40ac145 100644 --- a/include/SAX/wrappers/XercesFeatureNames.hpp +++ b/include/SAX/wrappers/XercesFeatureNames.hpp @@ -5,7 +5,7 @@ */ #include -#include +#include namespace Arabica { diff --git a/include/SAX/wrappers/XercesPropertyNames.hpp b/include/SAX/wrappers/XercesPropertyNames.hpp index 3cda210d..1e9b864a 100644 --- a/include/SAX/wrappers/XercesPropertyNames.hpp +++ b/include/SAX/wrappers/XercesPropertyNames.hpp @@ -4,7 +4,7 @@ * $Id$ */ -#include +#include #include namespace Arabica diff --git a/include/SAX/wrappers/saxexpat.hpp b/include/SAX/wrappers/saxexpat.hpp index 00d63fc3..637dfc50 100644 --- a/include/SAX/wrappers/saxexpat.hpp +++ b/include/SAX/wrappers/saxexpat.hpp @@ -20,11 +20,11 @@ #include #include #include -#include +#include #include #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/wrappers/saxlibxml2.hpp b/include/SAX/wrappers/saxlibxml2.hpp index 438e24bb..55e3261e 100644 --- a/include/SAX/wrappers/saxlibxml2.hpp +++ b/include/SAX/wrappers/saxlibxml2.hpp @@ -25,7 +25,7 @@ #include #include #include -#include +#include namespace Arabica { diff --git a/include/SAX/wrappers/saxmsxml2.hpp b/include/SAX/wrappers/saxmsxml2.hpp index 1d8409b0..b4cdd1c2 100644 --- a/include/SAX/wrappers/saxmsxml2.hpp +++ b/include/SAX/wrappers/saxmsxml2.hpp @@ -11,9 +11,9 @@ #include #include #include -#include +#include #include -#include +#include // Include the MSXML definitions. #include diff --git a/include/SAX/wrappers/saxxerces.hpp b/include/SAX/wrappers/saxxerces.hpp index 604f14c7..de31cfbe 100644 --- a/include/SAX/wrappers/saxxerces.hpp +++ b/include/SAX/wrappers/saxxerces.hpp @@ -52,7 +52,7 @@ std::ostream& operator<<(std::ostream& o, const std::type_info& ti) #include #include #include -#include +#include // Xerces Includes #include diff --git a/include/XPath/impl/xpath_execution_context.hpp b/include/XPath/impl/xpath_execution_context.hpp index a6541558..f1fb987d 100644 --- a/include/XPath/impl/xpath_execution_context.hpp +++ b/include/XPath/impl/xpath_execution_context.hpp @@ -1,7 +1,7 @@ #ifndef ARABICA_XPATH_EXECUTION_CONTEXT_HPP #define ARABICA_XPATH_EXECUTION_CONTEXT_HPP -#include +#include #include "xpath_variable_resolver.hpp" #include "xpath_resolver_holder.hpp" diff --git a/include/XPath/impl/xpath_namespace_node.hpp b/include/XPath/impl/xpath_namespace_node.hpp index 40cad518..52491975 100644 --- a/include/XPath/impl/xpath_namespace_node.hpp +++ b/include/XPath/impl/xpath_namespace_node.hpp @@ -7,7 +7,7 @@ #include #include -#include +#include namespace Arabica { diff --git a/include/XPath/impl/xpath_object.hpp b/include/XPath/impl/xpath_object.hpp index 857d34af..4e857e02 100644 --- a/include/XPath/impl/xpath_object.hpp +++ b/include/XPath/impl/xpath_object.hpp @@ -12,7 +12,7 @@ #include #endif #include -#include +#include #include #include "xpath_axis_enumerator.hpp" diff --git a/include/XPath/impl/xpath_value.hpp b/include/XPath/impl/xpath_value.hpp index 43530bf8..2239bb61 100644 --- a/include/XPath/impl/xpath_value.hpp +++ b/include/XPath/impl/xpath_value.hpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include "xpath_object.hpp" #include "xpath_expression.hpp" diff --git a/include/convert/base64codecvt.hpp b/include/convert/base64codecvt.hpp index bd15de4c..a510a5e6 100644 --- a/include/convert/base64codecvt.hpp +++ b/include/convert/base64codecvt.hpp @@ -10,7 +10,7 @@ #include #ifdef ARABICA_VS6_WORKAROUND -#include +#include #endif namespace Arabica diff --git a/include/convert/rot13codecvt.hpp b/include/convert/rot13codecvt.hpp index 3f6fc0a6..7daed183 100644 --- a/include/convert/rot13codecvt.hpp +++ b/include/convert/rot13codecvt.hpp @@ -9,7 +9,7 @@ #include #include #ifdef ARABICA_VS6_WORKAROUND -#include +#include #endif namespace Arabica diff --git a/include/convert/ucs2utf8codecvt.hpp b/include/convert/ucs2utf8codecvt.hpp index d4bec73c..549feeab 100644 --- a/include/convert/ucs2utf8codecvt.hpp +++ b/include/convert/ucs2utf8codecvt.hpp @@ -17,11 +17,11 @@ #include #ifndef ARABICA_NO_CODECVT_SPECIALISATIONS -#include +#include #endif #ifdef ARABICA_VS6_WORKAROUND -#include +#include #endif namespace Arabica diff --git a/include/convert/utf16beucs2codecvt.hpp b/include/convert/utf16beucs2codecvt.hpp index b145c3d5..56f8b1e9 100644 --- a/include/convert/utf16beucs2codecvt.hpp +++ b/include/convert/utf16beucs2codecvt.hpp @@ -13,11 +13,11 @@ #include #ifndef ARABICA_NO_CODECVT_SPECIALISATIONS -#include +#include #endif #ifdef ARABICA_VS6_WORKAROUND -#include +#include #endif namespace Arabica diff --git a/include/convert/utf16leucs2codecvt.hpp b/include/convert/utf16leucs2codecvt.hpp index bb19a65f..632c21b7 100644 --- a/include/convert/utf16leucs2codecvt.hpp +++ b/include/convert/utf16leucs2codecvt.hpp @@ -13,11 +13,11 @@ #include #ifndef ARABICA_NO_CODECVT_SPECIALISATIONS -#include +#include #endif #ifdef ARABICA_VS6_WORKAROUND -#include +#include #endif namespace Arabica diff --git a/include/convert/utf16utf8codecvt.hpp b/include/convert/utf16utf8codecvt.hpp index f90543ae..1d920d18 100644 --- a/include/convert/utf16utf8codecvt.hpp +++ b/include/convert/utf16utf8codecvt.hpp @@ -17,11 +17,11 @@ #include #ifndef ARABICA_NO_CODECVT_SPECIALISATIONS -#include +#include #endif #ifdef ARABICA_VS6_WORKAROUND -#include +#include #endif namespace Arabica diff --git a/include/convert/utf8ucs2codecvt.hpp b/include/convert/utf8ucs2codecvt.hpp index 83aa947d..ba701993 100644 --- a/include/convert/utf8ucs2codecvt.hpp +++ b/include/convert/utf8ucs2codecvt.hpp @@ -18,11 +18,11 @@ #include #ifndef ARABICA_NO_CODECVT_SPECIALISATIONS -#include +#include #endif #ifdef ARABICA_VS6_WORKAROUND -#include +#include #endif namespace Arabica diff --git a/include/io/convert_adaptor.hpp b/include/io/convert_adaptor.hpp index f1e3f7e1..2dcf85f3 100644 --- a/include/io/convert_adaptor.hpp +++ b/include/io/convert_adaptor.hpp @@ -21,7 +21,7 @@ #include #ifdef ARABICA_VS6_WORKAROUND -#include +#include #endif namespace Arabica diff --git a/include/io/socket_stream.hpp b/include/io/socket_stream.hpp index f99fdc14..2b6a2204 100644 --- a/include/io/socket_stream.hpp +++ b/include/io/socket_stream.hpp @@ -33,7 +33,7 @@ #endif #ifdef ARABICA_VS6_WORKAROUND -#include +#include #endif namespace Arabica diff --git a/include/text/normalize_whitespace.hpp b/include/text/normalize_whitespace.hpp index 2ec858b6..e898aad9 100644 --- a/include/text/normalize_whitespace.hpp +++ b/include/text/normalize_whitespace.hpp @@ -1,7 +1,7 @@ #ifndef ARABICA_UTILS_NORMALIZE_WHITESPACE_HPP #define ARABICA_UTILS_NORMALIZE_WHITESPACE_HPP -#include +#include #include #include diff --git a/src/convert/rot13codecvt.cpp b/src/convert/rot13codecvt.cpp index 914b39fe..7fd80dae 100644 --- a/src/convert/rot13codecvt.cpp +++ b/src/convert/rot13codecvt.cpp @@ -6,7 +6,7 @@ #include #ifdef ARABICA_VS6_WORKAROUND -#include +#include #endif using namespace Arabica::convert; diff --git a/src/convert/utf16beucs2codecvt.cpp b/src/convert/utf16beucs2codecvt.cpp index 8ddf05ac..747511c9 100644 --- a/src/convert/utf16beucs2codecvt.cpp +++ b/src/convert/utf16beucs2codecvt.cpp @@ -6,7 +6,7 @@ #include #ifdef ARABICA_VS6_WORKAROUND -#include +#include #endif //--------------------------------------------------------------------------- using namespace Arabica::convert; diff --git a/src/convert/utf16leucs2codecvt.cpp b/src/convert/utf16leucs2codecvt.cpp index 874ae12a..1ba57fc1 100644 --- a/src/convert/utf16leucs2codecvt.cpp +++ b/src/convert/utf16leucs2codecvt.cpp @@ -6,7 +6,7 @@ #include #ifdef ARABICA_VS6_WORKAROUND -#include +#include #endif using namespace Arabica::convert; diff --git a/tests/SAX/filter_test.cpp b/tests/SAX/filter_test.cpp index 4d458f78..cf5a3874 100644 --- a/tests/SAX/filter_test.cpp +++ b/tests/SAX/filter_test.cpp @@ -5,7 +5,7 @@ #include "../CppUnit/TestRunner.hpp" #include "../CppUnit/framework/Test.h" #include "../CppUnit/framework/TestSuite.h" -#include +#include #include "test_WhitespaceStripper.hpp" //////////////////////////////////////////////// diff --git a/tests/SAX/filter_test_wide.cpp b/tests/SAX/filter_test_wide.cpp index f6971430..c8cad55a 100644 --- a/tests/SAX/filter_test_wide.cpp +++ b/tests/SAX/filter_test_wide.cpp @@ -5,7 +5,7 @@ #include "../CppUnit/TestRunner.hpp" #include "../CppUnit/framework/Test.h" #include "../CppUnit/framework/TestSuite.h" -#include +#include #include "test_WhitespaceStripper.hpp" //////////////////////////////////////////////// diff --git a/tests/silly_string/silly_string.hpp b/tests/silly_string/silly_string.hpp index 034e41f7..b9184ffb 100644 --- a/tests/silly_string/silly_string.hpp +++ b/tests/silly_string/silly_string.hpp @@ -3,7 +3,7 @@ #include #include -#include +#include #include // testing purposes only // a string with as minimal interface as possible diff --git a/vs8/lib_arabica.vcproj b/vs8/lib_arabica.vcproj index f3187131..a9075f8c 100644 --- a/vs8/lib_arabica.vcproj +++ b/vs8/lib_arabica.vcproj @@ -772,7 +772,7 @@