mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Code modernization: src/m* (part 3)
* empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * remove some unused headers in some cpp variable
This commit is contained in:
@@ -19,13 +19,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
#include <cctype>
|
||||
#include <fstream>
|
||||
#include <json/json.h>
|
||||
#include "mods.h"
|
||||
#include "filesys.h"
|
||||
#include "log.h"
|
||||
#include "subgame.h"
|
||||
#include "settings.h"
|
||||
#include "convert_json.h"
|
||||
#include "exceptions.h"
|
||||
#include "porting.h"
|
||||
|
||||
static bool parseDependsLine(std::istream &is,
|
||||
|
Reference in New Issue
Block a user