tests: update headers inclusion in vector and hash tests

This commit is contained in:
Kaian 2022-05-02 11:50:43 +02:00
parent 2f54030f7f
commit 502335cfd0
2 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@
#include "config.h"
#include <assert.h>
#include <stdlib.h>
#include "vector.h"
#include "util.h"
#include "../src/vector.h"
#include "../src/util.h"
int main ()
{

View File

@ -29,7 +29,7 @@
#include "config.h"
#include <assert.h>
#include <string.h>
#include "hash.h"
#include "../src/hash.h"
int main ()
{