Added emitter headers to yaml.h
This commit is contained in:
parent
7dd29ee5db
commit
fcab73a9b6
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user