Skip to content

Commit

Permalink
fixed included headerds
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsamenezes committed Jul 1, 2024
1 parent 005dda7 commit 9f8a5f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions src/bounded-loop-unroller/frontend_action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <bounded-loop-unroller/bounded-loop-unroller.h>

#include <iostream>
#include <format>
namespace {

template<typename InputIterator1, typename InputIterator2>
Expand Down
8 changes: 0 additions & 8 deletions src/bounded-loop-unroller/main.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
#include <__format/format_functions.h>
#include <bounded-loop-unroller/bounded-loop-unroller.h>
#include <cstdlib>
#include <fstream>
#include <iostream>

#include <algorithm>
#include <iterator>
#include <string>


int main(int argc, char **argv) {
if (argc != 3) {
std::cerr << "./loop-unroller <input.c> <output.c>\n";
Expand Down

0 comments on commit 9f8a5f7

Please sign in to comment.