Commit 5b8ca9ce authored by Jesse Beder's avatar Jesse Beder
Browse files

Moved all the includes to a subfolder yaml-cpp so they don't interfere with...

Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
parent a71c03a1
......@@ -2,7 +2,7 @@
#include "emittertests.h"
#include "parsertests.h"
#include "spectests.h"
#include "yaml.h"
#include "yaml-cpp/yaml.h"
#include <fstream>
#include <sstream>
#include <vector>
......
#include "yaml.h"
#include "yaml-cpp/yaml.h"
#include <fstream>
#include <iostream>
#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