manage stl includes

This commit is contained in:
Garux
2021-10-31 12:38:53 +03:00
parent 512f0a959b
commit b0b997e493
73 changed files with 120 additions and 126 deletions

View File

@@ -22,7 +22,7 @@
#pragma once
#include <cstdio>
#include <string.h>
#include <cstring>
#include "ixml.h"
#include "libxml/parser.h"
#include "convert.h"
@@ -62,7 +62,7 @@ private:
const char** m_atts;
};
#include <stdarg.h>
#include <cstdarg>
class FormattedVA
{