7 |
|
#ifndef _SiteMapper_hpp_ |
8 |
|
#define _SiteMapper_hpp_ |
9 |
|
|
10 |
< |
#include <menes/cxx/platform.hpp> |
10 |
> |
#include <cxx/platform.hpp> |
11 |
|
|
12 |
|
#ifdef MENES_PRAGMA_ONCE |
13 |
|
#pragma once |
14 |
|
#endif |
15 |
|
|
16 |
< |
#include <menes/api/files.hpp> |
17 |
< |
#include <menes/ios/string.hpp> |
18 |
< |
#include <menes/xml/document.hpp> |
19 |
< |
#include <menes/xml/nodeset.hpp> |
20 |
< |
#include <menes/xml/parse.hpp> |
21 |
< |
#include <menes/xml/textwriter.hpp> |
16 |
> |
#include <api/files.hpp> |
17 |
> |
#include <ios/string.hpp> |
18 |
> |
#include <xml/document.hpp> |
19 |
> |
#include <xml/nodeset.hpp> |
20 |
> |
#include <xml/parse.hpp> |
21 |
> |
#include <xml/textwriter.hpp> |
22 |
|
|
23 |
|
#include <string> |
24 |
|
#include <map> |