mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 15:11:28 +00:00
Fix some includes in atlas
Make include-what-you-use happy with some files in source/tools/atlas and fix what needs to be fixed. Update premake script to include missing deps and drop various extra paths for simplification. Don't always include wx/wx.h via precompiled.h in case PCH is disabled. Ref: #8086 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2015 Wildfire Games.
|
||||
/* Copyright (C) 2025 Wildfire Games.
|
||||
* This file is part of 0 A.D.
|
||||
*
|
||||
* 0 A.D. is free software: you can redistribute it and/or modify
|
||||
@@ -29,8 +29,8 @@
|
||||
#pragma warning(disable: 4512)
|
||||
#endif
|
||||
|
||||
# include "json_spirit_writer_template.h"
|
||||
# include "json_spirit_reader_template.h"
|
||||
# include "third_party/jsonspirit/json_spirit_writer_template.h"
|
||||
# include "third_party/jsonspirit/json_spirit_reader_template.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(default: 4100)
|
||||
|
||||
Reference in New Issue
Block a user