Imports
This commit is contained in:
parent
7611d51bc4
commit
b026cb63bd
@ -7,11 +7,7 @@
|
||||
// Author: Love Billenius <lovbi127@student.liu.se>
|
||||
|
||||
#include "Boggle.h"
|
||||
#include "random.h"
|
||||
#include "shuffle.h"
|
||||
#include "strlib.h"
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <unordered_set>
|
||||
|
||||
// The res folder isn't copied the same way on macOS
|
||||
|
@ -10,7 +10,6 @@
|
||||
#define _boggle_h
|
||||
|
||||
#include "lexicon.h"
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
@ -13,10 +13,8 @@
|
||||
* with an unmodified version of all provided code files.
|
||||
*/
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include "random.h"
|
||||
#include "strlib.h"
|
||||
#include "Boggle.h"
|
||||
#include "bogglemain.h"
|
||||
|
@ -4,11 +4,8 @@
|
||||
|
||||
#include "Boggle.h"
|
||||
#include "bogglemain.h"
|
||||
#include "strlib.h"
|
||||
#include <cstdlib>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <thread>
|
||||
|
||||
static const size_t LINE_LENGTH = 80;
|
||||
|
Loading…
x
Reference in New Issue
Block a user