use pragma once in headers

This commit is contained in:
Antonio SJ Musumeci
2017-06-30 11:15:20 -04:00
parent d66774d3f3
commit a7b126cb48
118 changed files with 128 additions and 472 deletions

View File

@ -14,8 +14,7 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef __READLINK_HPP__
#define __READLINK_HPP__
#pragma once
namespace mergerfs
{
@ -27,5 +26,3 @@ namespace mergerfs
size_t size);
}
}
#endif