mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Removed some unnecessary #includes.
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
*/
|
||||
|
||||
#include "api.h"
|
||||
#include "../backend/globals.h"
|
||||
#include "../backend/game.h"
|
||||
#include "../backend/metadata.h"
|
||||
#include "../backend/parsers.h"
|
||||
|
||||
@@ -23,9 +23,7 @@
|
||||
*/
|
||||
|
||||
#include "ids.h"
|
||||
#include "../backend/globals.h"
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/locale.hpp>
|
||||
|
||||
wxString translate(const std::string& str) {
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
|
||||
#include "settings.h"
|
||||
#include "../backend/helpers.h"
|
||||
#include "../backend/globals.h"
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/log/trivial.hpp>
|
||||
#include <boost/log/core.hpp>
|
||||
|
||||
Reference in New Issue
Block a user