summaryrefslogtreecommitdiffhomepage
path: root/include/LibC++/filesystem.h
blob: af9fd791459ea85d7af72eec763ee42eb629cbd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ========================================

  Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.

======================================== */

#ifndef __NECTAR_FS_H__
#define __NECTAR_FS_H__

#include <LibC++/defines.h>

namespace std {
class path;
class filesystem_error;
class directory_entry;
class directory_iterator;
}  // namespace std

#endif  // __NECTAR_FS_H__