mirror of https://github.com/AxioDL/logvisor.git
Convert to pragma once
This commit is contained in:
parent
22ed01ffc5
commit
1b6c2ae715
|
@ -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__
|
||||
|
|
Loading…
Reference in New Issue