Moved some #includes.

This commit is contained in:
WrinklyNinja
2014-03-28 10:32:18 +00:00
parent 66c0f20c2d
commit ff0d5527a6
3 changed files with 11 additions and 7 deletions
+9
View File
@@ -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.
-7
View File
@@ -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.
+2
View File
@@ -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>