change some includes

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@123 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-01 23:40:42 +00:00
parent e8f4b2fca4
commit f702cb46dc

View File

@@ -1,7 +1,6 @@
#include "Mw/Error.h"
/* $Id$ */
#include <Mw/Milsko.h>
#include "error_internal.h"
#include <stdio.h>
#include <string.h>
#define MAX_ERROR_LEN 512
@@ -10,7 +9,7 @@ char error[MAX_ERROR_LEN + 1] = {0};
const char* MwGetLastError() {
return error;
};
}
void setLastError(const char* fmt, ...) {
va_list va;