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:
Oliver Hamlet
2017-02-06 18:03:18 +00:00
parent d981b29438
commit 9a0338a681
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -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"
+2
View File
@@ -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>