Refactor dict, add attaching functional
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* This software is licensed by the MIT License, see LICENSE file */
|
||||
/* Copyright © 2022 Gregory Lirent */
|
||||
|
||||
#include "../../../include/extra/dict.h"
|
||||
#include "../../../include/dict.h"
|
||||
|
||||
#include "../../include/random.h"
|
||||
#include "../../include/test.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "../../../include/list.h"
|
||||
#include "../../../include/set.h"
|
||||
#include "../../../include/map.h"
|
||||
#include "../../../include/extra/dict.h"
|
||||
#include "../../../include/dict.h"
|
||||
|
||||
#include "../../include/random.h"
|
||||
#include "../../include/test.h"
|
||||
|
||||
Reference in New Issue
Block a user