fix import
This commit is contained in:
parent
0e3640cbd4
commit
b5df88f878
2 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,3 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "sched.h"
|
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
int benchmark(int argc, char **argv);
|
int benchmark(int argc, char **argv);
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
#include "../includes/quicksort.h"
|
#include "../includes/quicksort.h"
|
||||||
|
#include "../includes/sched.h"
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Reference in a new issue