Skip to content

Commit

Permalink
IDE did a bad refactor
Browse files Browse the repository at this point in the history
Took 37 seconds
  • Loading branch information
flankedgonerogue committed Dec 29, 2023
1 parent d3ac08e commit cdbe206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <fstream>
#include <iostream>

#include "include\Graph.hpp"
#include "include/Graph.hpp"

int main(int argc, char **argv)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Graph.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "..\include\Graph.hpp"
#include "../include/Graph.hpp"

// PRIVATE FUNCTIONS

Expand Down

0 comments on commit cdbe206

Please sign in to comment.