Commit 5139ebf7 authored by Jesse Beder's avatar Jesse Beder
Browse files

Added emitter headers to yaml.h

parent b51a32ae
......@@ -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");
......
#include "yaml.h"
#include "tests.h"
#include "parser.h"
#include "emitter.h"
#include "stlemitter.h"
#include "exceptions.h"
#include <fstream>
#include <sstream>
#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