You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
replace header guards with #pragma once
This commit is contained in:
@ -59,8 +59,7 @@
|
||||
// 0.30553 100 % 1 Total
|
||||
//
|
||||
// Note that you can have overlapping timers which will make your percentages add up to more than 100%.
|
||||
#ifndef LOGGING_STOPWATCH_H
|
||||
#define LOGGING_STOPWATCH_H
|
||||
#pragma once
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <list>
|
||||
@ -138,4 +137,3 @@ private:
|
||||
|
||||
} // end of logging namespace
|
||||
|
||||
#endif // STOPWATCH_H
|
||||
|
Reference in New Issue
Block a user