Skip to content

Commit

Permalink
remove unused #include from chuck.y/chuck_yacc
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Jul 7, 2023
1 parent 314594d commit a7ba409
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 218 deletions.
7 changes: 1 addition & 6 deletions src/core/chuck.y
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifndef __PLATFORM_WIN32__
#include <unistd.h>
#else
#define YY_NO_UNISTD_H 1
#include <io.h>
#endif

#include "chuck_utils.h"
#include "chuck_errmsg.h"
#include "chuck_absyn.h"
Expand Down
Loading

0 comments on commit a7ba409

Please sign in to comment.