#pragma once namespace fs { // in dentry.hpp struct dcache; struct dentry; // in filearray.hpp class file_array; // in inode.hpp struct inode; // in vfs.hpp class vfs; } // namespace fs