OSDN Git Service

Merge with stable
[winmerge-jp/winmerge-jp.git] / Src / paths.h
index 18c05fd..aaf814b 100644 (file)
@@ -3,11 +3,7 @@
  *
  * @brief Declaration file for path routines
  */
-// ID line follows -- this is updated by SVN
-// $Id: paths.h 5301 2008-04-16 12:51:56Z kimmov $
-
-#ifndef paths_h_included
-#define paths_h_included
+#pragma once
 
 #include "PathContext.h"
 #include "UnicodeString.h"
@@ -46,5 +42,3 @@ String paths_GetPathOnly(const String& fullpath);
 bool paths_IsURLorCLSID(const String& path);
 
 inline String paths_AddTrailingSlash(const String& path) { return !paths_EndsWithSlash(path) ? path + _T("\\") : path; }
-
-#endif // paths_h_included