mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "emitter.h"
|
||||
#include "yaml-cpp/emitter.h"
|
||||
#include "emitterstate.h"
|
||||
#include "emitterutils.h"
|
||||
#include "indentation.h"
|
||||
#include "exceptions.h"
|
||||
#include "yaml-cpp/exceptions.h"
|
||||
#include <sstream>
|
||||
|
||||
namespace YAML
|
||||
|
Reference in New Issue
Block a user