Style: Replace header guards with #pragma once
This commit is contained in:
@ -28,8 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef TEST_TOOLS_H
|
||||
#define TEST_TOOLS_H
|
||||
#pragma once
|
||||
|
||||
struct ErrorDetector {
|
||||
ErrorDetector() {
|
||||
@ -55,5 +54,3 @@ struct ErrorDetector {
|
||||
ErrorHandlerList eh;
|
||||
bool has_error = false;
|
||||
};
|
||||
|
||||
#endif // TEST_TOOLS_H
|
||||
|
||||
Reference in New Issue
Block a user