From 424e315dfa9a78aebf0653c95f83fe6ed452dd8e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 2 May 2017 21:26:58 +0300 Subject: Add hxx extension for headers and libstud prefix for library dir --- xml/forward | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 xml/forward (limited to 'xml/forward') diff --git a/xml/forward b/xml/forward deleted file mode 100644 index 6b4fef5..0000000 --- a/xml/forward +++ /dev/null @@ -1,22 +0,0 @@ -// file : xml/forward -*- C++ -*- -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC -// license : MIT; see accompanying LICENSE file - -#ifndef XML_FORWARD -#define XML_FORWARD - -#include - -#include - -namespace xml -{ - class qname; - class parser; - class serializer; - class exception; -} - -#include - -#endif // XML_FORWARD -- cgit v1.1