mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Added emitter headers to yaml.h
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
#include "parser.h"
|
||||
#include "node.h"
|
||||
#include "iterator.h"
|
||||
#include "emitter.h"
|
||||
#include "stlemitter.h"
|
||||
#include "exceptions.h"
|
||||
|
||||
|
@@ -4,9 +4,6 @@
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
|
||||
#include "emitter.h"
|
||||
#include "stlemitter.h"
|
||||
|
||||
void run()
|
||||
{
|
||||
std::ifstream fin("tests/test.yaml");
|
||||
|
@@ -1,9 +1,5 @@
|
||||
#include "yaml.h"
|
||||
#include "tests.h"
|
||||
#include "parser.h"
|
||||
#include "emitter.h"
|
||||
#include "stlemitter.h"
|
||||
#include "exceptions.h"
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
Reference in New Issue
Block a user