diff options
Diffstat (limited to 'dev/LibC++/filesystem.h')
| -rw-r--r-- | dev/LibC++/filesystem.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/dev/LibC++/filesystem.h b/dev/LibC++/filesystem.h index b97bb1f..254bfab 100644 --- a/dev/LibC++/filesystem.h +++ b/dev/LibC++/filesystem.h @@ -1,18 +1,17 @@ /* ------------------------------------------- - Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. + Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. ------------------------------------------- */ #ifndef __LIBCOMPILER_FS_H__ #define __LIBCOMPILER_FS_H__ -namespace std -{ - class path; - class filesystem_error; - class directory_entry; - class directory_iterator; -} // namespace std +namespace std { +class path; +class filesystem_error; +class directory_entry; +class directory_iterator; +} // namespace std -#endif // __LIBCOMPILER_FS_H__
\ No newline at end of file +#endif // __LIBCOMPILER_FS_H__
\ No newline at end of file |
