Skip to content

Commit

Permalink
Removed <iostream> dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Gheorghiu <[email protected]>
  • Loading branch information
vsoftco committed Aug 29, 2024
1 parent 7f4d13d commit ce7d12d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/qasm3tools/ast/base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#ifndef QASM3TOOLS_AST_BASE_HPP_
#define QASM3TOOLS_AST_BASE_HPP_

#include <iostream>
#include <memory>
#include <ostream>
#include <string>

#include "../parser/position.hpp"
Expand Down
2 changes: 1 addition & 1 deletion include/qasm3tools/parser/position.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#ifndef QASM3TOOLS_PARSER_POSITION_HPP_
#define QASM3TOOLS_PARSER_POSITION_HPP_

#include <iostream>
#include <ostream>
#include <string>

namespace qasm3tools {
Expand Down
2 changes: 1 addition & 1 deletion include/qasm3tools/utils/angle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
#define QASM3TOOLS_UTILS_ANGLE_HPP_

#include <cmath>
#include <iostream>
#include <numeric>
#include <optional>
#include <ostream>
#include <variant>

#include "templates.hpp"
Expand Down

0 comments on commit ce7d12d

Please sign in to comment.