/* * Copyright 2020 Suhel Mehta, mehtasuhel@gmail.com * All rights reserved. Distributed under the terms of the MIT License. */ #ifndef _SYSTEM_DEPENDENCIES_H #define _SYSTEM_DEPENDENCIES_H #ifdef FS_SHELL // This needs to be included before the fs_shell wrapper #include "fssh_api_wrapper.h" #include "fssh_auto_deleter.h" //#include #else // !FS_SHELL #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #endif // !FS_SHELL #endif // _SYSTEM_DEPENDENCIES