Takes kivutar's changes into account, cleaning things up slightly.

This commit is contained in:
Adam Harrison
2021-12-15 20:31:24 -05:00
parent f1054b8280
commit eb9918089a
4 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
#include <errno.h>
#include <sys/stat.h>
#include "api.h"
#include "dirmonitor.h"
#include "rencache.h"
#include "../dirmonitor.h"
#include "../rencache.h"
#ifdef _WIN32
#include <direct.h>
#include <windows.h>