Commit 8356c7f0 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

updating with latest from xacc-devel

parent 4c20a2d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#include "fuzzy_parsing.hpp"

#include "IRProvider.hpp"
#include "XACC.hpp"
#include "xacc.hpp"
#include "xacc_service.hpp"

#include "Utils.hpp"
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

#include "fuzzy_parsing.hpp"

#include "XACC.hpp"
#include "xacc.hpp"
#include "qcor_ast_consumer.hpp"
#include "xacc_service.hpp"

+1 −1
Original line number Diff line number Diff line
#include "qcor_ast_visitor.hpp"
#include "IRProvider.hpp"
#include "XACC.hpp"
#include "xacc.hpp"
#include "xacc_service.hpp"

// #include "qcor.hpp"
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
#include "clang/Rewrite/Core/Rewriter.h"
#include "clang/Tooling/Tooling.h"

#include "XACC.hpp"
#include "xacc.hpp"

using namespace xacc;
using namespace clang;
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

#include "CommonGates.hpp"
#include "CountGatesOfTypeVisitor.hpp"
#include "XACC.hpp"
#include "xacc.hpp"
#include "xacc_service.hpp"

#include "clang/Parse/ParseAST.h"
Loading