Compare commits

...

1 Commits

Author SHA1 Message Date
Jack Andersen
1b6c2ae715 Convert to pragma once 2018-10-06 17:35:33 -10:00

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__