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__
|
#pragma once
|
||||||
#define __LOG_VISOR_HPP__
|
|
||||||
|
|
||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
@ -267,4 +266,3 @@ public:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // __LOG_VISOR_HPP__
|
|
||||||
|
|
Loading…
Reference in New Issue