add ifndefs to all headers

This commit is contained in:
Antonio SJ Musumeci
2016-12-22 22:46:20 -05:00
parent e93c946198
commit a60d815e92
91 changed files with 444 additions and 12 deletions

View File

@ -14,6 +14,9 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef __READ_HPP__
#define __READ_HPP__
namespace mergerfs
{
namespace fuse
@ -33,3 +36,5 @@ namespace mergerfs
fuse_file_info *fi);
}
}
#endif