mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Moved some #includes.
This commit is contained in:
@@ -23,6 +23,15 @@ along with LOOT. If not, see
|
||||
*/
|
||||
|
||||
#include "generators.h"
|
||||
#include "helpers.h"
|
||||
#include "globals.h"
|
||||
#include "parsers.h"
|
||||
#include "streams.h"
|
||||
|
||||
#include <pugixml.hpp>
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/locale.hpp>
|
||||
|
||||
namespace loot {
|
||||
//LOOT Report generation stuff.
|
||||
|
||||
@@ -24,20 +24,13 @@
|
||||
#ifndef __LOOT_GENERATORS__
|
||||
#define __LOOT_GENERATORS__
|
||||
|
||||
#include "helpers.h"
|
||||
#include "metadata.h"
|
||||
#include "globals.h"
|
||||
#include "parsers.h"
|
||||
#include "streams.h"
|
||||
|
||||
#include <pugixml.hpp>
|
||||
#include <yaml-cpp/yaml.h>
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/locale.hpp>
|
||||
|
||||
namespace loot {
|
||||
//LOOT Report generation stuff.
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
|
||||
#include "editor.h"
|
||||
#include "../backend/generators.h"
|
||||
#include "../backend/helpers.h"
|
||||
#include "../backend/streams.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/msgdlg.h>
|
||||
|
||||
Reference in New Issue
Block a user