summaryrefslogtreecommitdiff
path: root/src/utils/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/timer.h')
-rw-r--r--src/utils/timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/timer.h b/src/utils/timer.h
index 4843c702..32b72603 100644
--- a/src/utils/timer.h
+++ b/src/utils/timer.h
@@ -18,8 +18,8 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_TIMER_H_
-#define _TMWSERV_TIMER_H_
+#ifndef TIMER_H
+#define TIMER_H
/* I need a 64-bit unsigned integer */
#ifdef _MSC_VER