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 6f2e03c commit 5b933c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ project(
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
enable_testing()

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

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

namespace qasmtools {
Expand Down
2 changes: 0 additions & 2 deletions include/qasmtools/utils/angle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
#include <optional>
#include <variant>

#include "templates.hpp"

namespace qasmtools {
namespace utils {

Expand Down

0 comments on commit 5b933c2

Please sign in to comment.