Skip to content

Commit

Permalink
removed unnecessary include
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlnkp committed Apr 12, 2024
1 parent 0b89201 commit fd35139
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <iostream>
#include <stdio.h>

#include "jsonhandler.h"
#include "json.hpp"
Expand All @@ -17,7 +16,6 @@


int main(int argc, char **argv) {

std::string res = (argc == 1) ? request("") : request(argv[1]);

nlohmann::json json_res = nlohmann::json::parse(res);
Expand Down

0 comments on commit fd35139

Please sign in to comment.