Skip to content

Commit

Permalink
refactor: remove unneeded includes
Browse files Browse the repository at this point in the history
  • Loading branch information
liz3 committed Jan 25, 2024
1 parent 9d38216 commit d0afa60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/optionals/buffer.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "buffer.h"
#include <float.h>

typedef struct {
uint8_t *bytes;
Expand Down
2 changes: 0 additions & 2 deletions src/optionals/buffer.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#ifndef dictu_buffer_h
#define dictu_buffer_h

#include <string.h>

#include "optionals.h"
#include "../vm/vm.h"
#include <stdint.h>

#define BUFFER_SIZE_MAX 2147483647

Expand Down

0 comments on commit d0afa60

Please sign in to comment.