Skip to content

Commit 4394f49

Browse files
committed
Fixed Compile Error
1 parent 1655312 commit 4394f49

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

monopoly.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "FileExport.hpp"
2-
#include "FileImport.hpp"
31
#include <chrono>
42
#include <iostream>
53
#include <limits>
@@ -9,10 +7,6 @@
97
#include <vector>
108
#include <array>
119
#include <algorithm>
12-
#ifdef stringToColorGroup
13-
#error "stringToColorGroup is already defined as a macro!"
14-
#endif
15-
1610

1711
// Color groups for properties
1812
enum ColorGroup {

0 commit comments

Comments
 (0)