simplify build code

This commit is contained in:
Garux
2024-01-24 17:09:04 +06:00
parent ecdad801b9
commit 9a13f9ed55
13 changed files with 40 additions and 95 deletions

View File

@@ -25,7 +25,7 @@
#include <cstring>
#include "ixml.h"
#include "libxml/parser.h"
#include "convert.h"
#include "stream/textstream.h"
class TextInputStream;

View File

@@ -21,9 +21,9 @@
#pragma once
#include "convert.h"
#include <vector>
#include "xml/ixml.h"
#include "stream/textstream.h"
class XMLEntityOutputStream
{