Commit fcab73a9 authored by jbeder's avatar jbeder
Browse files

Added emitter headers to yaml.h

parent 7dd29ee5
...@@ -4,5 +4,6 @@ ...@@ -4,5 +4,6 @@
#include "parser.h" #include "parser.h"
#include "node.h" #include "node.h"
#include "iterator.h" #include "iterator.h"
#include "emitter.h"
#include "stlemitter.h"
#include "exceptions.h" #include "exceptions.h"
...@@ -4,9 +4,6 @@ ...@@ -4,9 +4,6 @@
#include <iostream> #include <iostream>
#include <cstring> #include <cstring>
#include "emitter.h"
#include "stlemitter.h"
void run() void run()
{ {
std::ifstream fin("tests/test.yaml"); std::ifstream fin("tests/test.yaml");
......
#include "yaml.h" #include "yaml.h"
#include "tests.h" #include "tests.h"
#include "parser.h"
#include "emitter.h"
#include "stlemitter.h"
#include "exceptions.h"
#include <fstream> #include <fstream>
#include <sstream> #include <sstream>
#include <vector> #include <vector>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment