diff options
| author | Gustav Sörnäs <gusso230@student.liu.se> | 2020-08-17 14:02:16 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gusso230@student.liu.se> | 2020-08-17 14:02:16 +0200 |
| commit | c6608abd5d1dec5367d723c9db00082b4c9c3fcd (patch) | |
| tree | 2ef06a3006a2b1b45aabe0a647dde6b9a09516d2 | |
| parent | 31d3f7ad0f3f04b5c270d7bccc77df888183f291 (diff) | |
| download | tddd86-L2.tar.gz | |
remove unused includeL2
| -rw-r--r-- | lab2/evilhangman/src/evilhangman.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lab2/evilhangman/src/evilhangman.cpp b/lab2/evilhangman/src/evilhangman.cpp index 57c0d0f..b207d6f 100644 --- a/lab2/evilhangman/src/evilhangman.cpp +++ b/lab2/evilhangman/src/evilhangman.cpp @@ -6,7 +6,6 @@ #include <map>
#include <unordered_map>
#include <set>
-#include <vector>
using namespace std;
|
