forked from Mirrors/sngrep
tests: update headers inclusion in vector and hash tests
This commit is contained in:
parent
2f54030f7f
commit
502335cfd0
|
@ -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 ()
|
||||
{
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "config.h"
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include "hash.h"
|
||||
#include "../src/hash.h"
|
||||
|
||||
int main ()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue