Skip to content
Snippets Groups Projects
Commit b502156e authored by Damien George's avatar Damien George
Browse files

py: Adjust #includes in lexerunix.c.

parent da6c2faf
Branches
No related tags found
No related merge requests found
......@@ -6,15 +6,13 @@
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "qstr.h"
#include "lexer.h"
#include "lexerunix.h"
#include <sys/stat.h>
#include <sys/types.h>
typedef struct _mp_lexer_file_buf_t {
int fd;
char buf[20];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment