Convert to pragma once

This commit is contained in:
Jack Andersen 2018-10-06 17:35:33 -10:00
parent 22ed01ffc5
commit 1b6c2ae715
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#ifndef __LOG_VISOR_HPP__
#define __LOG_VISOR_HPP__
#pragma once
#include <cstdarg>
#include <cstring>
@ -267,4 +266,3 @@ public:
}
#endif // __LOG_VISOR_HPP__