summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/xml_parser.h
blob: 4e60ed68f60aac7261315ac2aed0762efe4d3509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2003  Davis E. King (davis@dlib.net)
// License: Boost Software License   See LICENSE.txt for the full license.
#ifndef DLIB_XML_PARSEr_
#define DLIB_XML_PARSEr_

#include <string>

#include "xml_parser/xml_parser_kernel_interfaces.h"
#include "xml_parser/xml_parser_kernel_1.h"


#endif // DLIB_XML_PARSEr_