diff options
| author | gingerBill <bill@gingerbill.org> | 2021-11-05 17:24:19 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-11-05 17:24:19 +0000 |
| commit | 26e3daf5adc6c59f7bf7c621abc4640ba7a8bda0 (patch) | |
| tree | 8733d930fb62e29c12409fdfdd387fe893b01e95 /src/common.cpp | |
| parent | 0af69f8cda4e4bed8cfc732fd53bd93be55916f3 (diff) | |
Unify `MapFindResult` types
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common.cpp b/src/common.cpp index f7a0653ac..cca478421 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -275,10 +275,9 @@ gb_global String global_module_path = {0}; gb_global bool global_module_path_set = false; -#include "string_map.cpp" -#include "map.cpp" #include "ptr_map.cpp" #include "ptr_set.cpp" +#include "string_map.cpp" #include "string_set.cpp" #include "priority_queue.cpp" #include "thread_pool.cpp" |