summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/xml_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'ml/dlib/dlib/xml_parser.h')
-rw-r--r--ml/dlib/dlib/xml_parser.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ml/dlib/dlib/xml_parser.h b/ml/dlib/dlib/xml_parser.h
deleted file mode 100644
index 4e60ed68f..000000000
--- a/ml/dlib/dlib/xml_parser.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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_
-