Skip to content

Commit

Permalink
io: fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Dec 19, 2024
1 parent 2feefd6 commit cb7de45
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions kernel/io.cc
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#include "kernel/yosys_common.h"
#include "kernel/log.h"
#include <iostream>
#include <dirent.h>
#include <string>
#include <cstdarg>
#include <cstdio>
#include "kernel/io.h"
#include "kernel/gzip.h"
#include "kernel/log.h"

YOSYS_NAMESPACE_BEGIN

Expand Down

0 comments on commit cb7de45

Please sign in to comment.