summaryrefslogtreecommitdiffstatshomepage
path: root/unix/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/file.c')
-rw-r--r--unix/file.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/unix/file.c b/unix/file.c
index 02b8aff186..b62154baaa 100644
--- a/unix/file.c
+++ b/unix/file.c
@@ -31,13 +31,9 @@
#include <sys/stat.h>
#include <sys/types.h>
-#include "mpconfig.h"
-#include "nlr.h"
-#include "misc.h"
-#include "qstr.h"
-#include "obj.h"
-#include "runtime.h"
-#include "stream.h"
+#include "py/nlr.h"
+#include "py/runtime.h"
+#include "py/stream.h"
#ifdef _WIN32
#define fsync _commit