Skip to content

Commit

Permalink
remove useless includes
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Oct 31, 2024
1 parent b5d31e6 commit 255e15e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions jni/queue.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
#ifndef QUEUE_H
#define QUEUE_H

#include <stdio.h>
#include <stdlib.h>
#include <stdatomic.h>
#include <pthread.h>
#include <unistd.h>
#include <string.h>

#define QUEUE_SIZE 100

typedef struct {
Expand Down

0 comments on commit 255e15e

Please sign in to comment.