]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/timer.h
Tidy up source files:
[user/henk/code/inspircd.git] / include / timer.h
index 9bb7128b85ac7f6283ec51a0e6986fc7464a6a1d..0dda6876e01cb3225b09bbb9aaa41c6a5736000d 100644 (file)
@@ -19,8 +19,7 @@
  */
 
 
-#ifndef INSPIRCD_TIMER_H
-#define INSPIRCD_TIMER_H
+#pragma once
 
 /** Timer class for one-second resolution timers
  * Timer provides a facility which allows module
@@ -149,6 +148,3 @@ class CoreExport TimerManager
         */
        static bool TimerComparison( Timer *one,  Timer*two);
 };
-
-#endif
-