Changeset - r27923:741d7ff4a6ca
[Not reviewed]
master
0 4 0
Rubidium - 9 months ago 2023-09-16 19:55:21
rubidium@openttd.org
Remove: unused include of cstdarg/stdarg.h
4 files changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
src/3rdparty/squirrel/sqstdlib/sqstdstring.cpp
Show inline comments
 
/* see copyright notice in squirrel.h */
 
#include <squirrel.h>
 
#include <sqstdstring.h>
 
#include <stdarg.h>
 

	
 
#define scstrchr strchr
 
#define scatoi atoi
 
#define scstrtok strtok
 
#define MAX_FORMAT_LEN	20
 
#define MAX_WFORMAT_LEN	3
src/3rdparty/squirrel/squirrel/sqbaselib.cpp
Show inline comments
 
@@ -10,13 +10,12 @@
 
#include "sqstring.h"
 
#include "sqtable.h"
 
#include "sqarray.h"
 
#include "sqfuncproto.h"
 
#include "sqclosure.h"
 
#include "sqclass.h"
 
#include <stdarg.h>
 
#include <ctype.h>
 

	
 
#include "../../../safeguards.h"
 

	
 
bool str2num(const SQChar *s,SQObjectPtr &res)
 
{
src/3rdparty/squirrel/squirrel/sqcompiler.cpp
Show inline comments
 
@@ -4,13 +4,12 @@
 

	
 
#include "../../../stdafx.h"
 
#include "../../fmt/format.h"
 

	
 
#include <squirrel.h>
 
#include "sqpcheader.h"
 
#include <stdarg.h>
 
#include "sqopcodes.h"
 
#include "sqstring.h"
 
#include "sqfuncproto.h"
 
#include "sqcompiler.h"
 
#include "sqfuncstate.h"
 
#include "sqlexer.h"
src/stdafx.h
Show inline comments
 
@@ -50,13 +50,12 @@
 
#include <array>
 
#include <cassert>
 
#include <cctype>
 
#include <cerrno>
 
#include <climits>
 
#include <cmath>
 
#include <cstdarg>
 
#include <cstddef>
 
#include <cstdint>
 
#include <cstdio>
 
#include <cstring>
 
#include <cstdlib>
 
#include <cwchar>
0 comments (0 inline, 0 general)