diff options
Diffstat (limited to 'src/Timer.hh')
-rw-r--r-- | src/Timer.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Timer.hh b/src/Timer.hh index 0cc6bbe..bf40c3c 100644 --- a/src/Timer.hh +++ b/src/Timer.hh | |||
@@ -19,8 +19,8 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | #ifndef _TIMER_HH_ | 22 | #ifndef TIMER_HH |
23 | #define _TIMER_HH_ | 23 | #define TIMER_HH |
24 | 24 | ||
25 | #ifdef HAVE_CONFIG_H | 25 | #ifdef HAVE_CONFIG_H |
26 | #include "../config.h" | 26 | #include "../config.h" |