- Move from using include guards to pragma once.
[reactos.git] / reactos / tools / log2lines / util.h
index b4736f5..afb5dcf 100644 (file)
@@ -5,8 +5,7 @@
  * - Misc utils
  */
 
-#ifndef __L2L_UTIL_H__
-#define __L2L_UTIL_H__
+#pragma once
 
 #include <stdio.h>
 
@@ -47,6 +46,4 @@ int isOffset(const char *a);
 int copy_file(char *src, char *dst);
 int set_LogFile(FILE *logFile);
 
-#endif /* __L2L_UTIL_H__ */
-
 /* EOF */