fix import

This commit is contained in:
Mylloon 2024-04-24 00:13:13 +02:00
parent 0e3640cbd4
commit b5df88f878
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 4 additions and 6 deletions

View file

@ -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);

View file

@ -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