Removing unused imports found by LSP clangd.
parent
dc054d7423
commit
93a552d108
|
@ -1,6 +1,4 @@
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
int hoare(int* arr, int i, int j, int idx) {
|
int hoare(int* arr, int i, int j, int idx) {
|
||||||
printf("I: %d, J: %d, IDX: %d\n", i, j, idx);
|
printf("I: %d, J: %d, IDX: %d\n", i, j, idx);
|
||||||
|
|
Loading…
Reference in New Issue