mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +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:
12
src/node.cpp
12
src/node.cpp
@@ -1,14 +1,14 @@
|
||||
#include "node.h"
|
||||
#include "yaml-cpp/node.h"
|
||||
#include "aliascontent.h"
|
||||
#include "aliasmanager.h"
|
||||
#include "yaml-cpp/aliasmanager.h"
|
||||
#include "content.h"
|
||||
#include "emitfromevents.h"
|
||||
#include "emitter.h"
|
||||
#include "eventhandler.h"
|
||||
#include "yaml-cpp/emitfromevents.h"
|
||||
#include "yaml-cpp/emitter.h"
|
||||
#include "yaml-cpp/eventhandler.h"
|
||||
#include "iterpriv.h"
|
||||
#include "map.h"
|
||||
#include "nodebuilder.h"
|
||||
#include "nodeproperties.h"
|
||||
#include "yaml-cpp/nodeproperties.h"
|
||||
#include "scalar.h"
|
||||
#include "scanner.h"
|
||||
#include "sequence.h"
|
||||
|
Reference in New Issue
Block a user