mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Don't include YAML support headers in API headers
They're not necessary to use the API, and pull in Boost and yaml-cpp dependencies if included.
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "loot/api_decorator.h"
|
||||
#include "loot/yaml/set.h"
|
||||
#include "loot/metadata/file.h"
|
||||
#include "loot/metadata/location.h"
|
||||
#include "loot/metadata/message.h"
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
|
||||
#include "gui/state/loot_state.h"
|
||||
|
||||
#include <unordered_set>
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
#include <boost/format.hpp>
|
||||
|
||||
Reference in New Issue
Block a user