#ifndef MSP_CORE_PROCESS_PRIVATE_H_
#define MSP_CORE_PROCESS_PRIVATE_H_
+#include "process.h"
#include "process_platform.h"
namespace Msp {
#include <msp/core/noncopyable.h>
#include <msp/fs/path.h>
#include <msp/io/eventdispatcher.h>
-#include <msp/io/eventobject.h>
namespace Msp {
namespace FS {
#ifndef MSP_FS_STAT_PRIVATE_H_
#define MSP_FS_STAT_PRIVATE_H_
+#include "stat.h"
#include "stat_platform.h"
namespace Msp {
#ifndef MSP_FS_FILEMONITOR_PLATFORM_H_
#define MSP_FS_FILEMONITOR_PLATFORM_H_
+#include <msp/fs/path.h>
+#include <msp/io/eventobject.h>
+#include "filemonitor.h"
+
namespace Msp {
namespace FS {
#ifndef MSP_FS_FILEMONITOR_PLATFORM_H_
#define MSP_FS_FILEMONITOR_PLATFORM_H_
+#include "filemonitor.h"
+
namespace Msp {
namespace FS {
#include <poll.h>
#include <vector>
+#include "poll.h"
namespace Msp {
namespace IO {
#include <windows.h>
#include <vector>
+#include "poll.h"
namespace Msp {
namespace IO {