Changeset 2721 for icXML/icXML-devel/src/icxercesc/internal/XMLScanner.cpp
- Timestamp:
- Dec 3, 2012, 12:38:42 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
icXML/icXML-devel/src/icxercesc/internal/XMLScanner.cpp
r2720 r2721 24 24 // Includes 25 25 // --------------------------------------------------------------------------- 26 #include < xercesc/internal/XMLScanner.hpp>27 #include < xercesc/internal/ValidationContextImpl.hpp>26 #include <icxercesc/internal/XMLScanner.hpp> 27 #include <icxercesc/internal/ValidationContextImpl.hpp> 28 28 #include <xercesc/util/Janitor.hpp> 29 29 #include <xercesc/util/Mutexes.hpp> … … 37 37 #include <xercesc/framework/XMLEntityHandler.hpp> 38 38 #include <xercesc/framework/XMLPScanToken.hpp> 39 #include < xercesc/framework/XMLValidator.hpp>39 #include <icxercesc/framework/XMLValidator.hpp> 40 40 #include <xercesc/internal/EndOfEntityException.hpp> 41 41 #include <xercesc/validators/DTD/DocTypeHandler.hpp> 42 #include < xercesc/validators/common/GrammarResolver.hpp>42 #include <icxercesc/validators/common/GrammarResolver.hpp> 43 43 #include <xercesc/util/OutOfMemoryException.hpp> 44 44 #include <xercesc/util/XMLResourceIdentifier.hpp>
Note: See TracChangeset
for help on using the changeset viewer.