"test/vscode:/vscode.git/clone" did not exist on "9b288109e4691191c024294a55dbe0585c375d72"
Commit 2a256f28 authored by jbeder's avatar jbeder
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 12d2beda
......@@ -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