diff options
Diffstat (limited to 'test/command.c')
| -rw-r--r-- | test/command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/command.c b/test/command.c index e09cf35..8db02e0 100644 --- a/test/command.c +++ b/test/command.c @@ -1,9 +1,9 @@ #include "assert.h" #include "test.h" -#include "command.h" -#include "hash.h" -#include "hashmap.h" +#include "dged/command.h" +#include "dged/hash.h" +#include "dged/hashmap.h" void test_command_registry_create() { struct commands cmds = command_registry_create(10); |
