Skip to content

Commit

Permalink
```
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchismanKarmakar committed Feb 17, 2024
1 parent 3957209 commit 11dff4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
#include <sstream>
#include <filesystem>

#include "../include/login.hh"
#include "../include/signup.hh"
#include "../include/table_manage.hh"
#include <../include/global.hh>
#include "include/login.hh"
#include "include/signup.hh"
#include "include/table_manage.hh"
#include <include/global.hh>

// #define cls() system("cls");
// #define swap(a, b) do { typeof(a) temp = a; a = b; b = temp; } while (0)
Expand Down

0 comments on commit 11dff4f

Please sign in to comment.