OSDN Git Service

Merge with stable
[winmerge-jp/winmerge-jp.git] / Src / PluginsListDlg.h
index 38ef9e9..ff52388 100644 (file)
@@ -3,11 +3,7 @@
  *
  * @brief Declaration file for PluginsList dialog
  */
-// ID line follows -- this is updated by SVN
-// $Id$
-
-#ifndef _PLUGINS_LIST_DIALOG_H_
-#define _PLUGINS_LIST_DIALOG_H_
+#pragma once
 
 #include "UnicodeString.h"
 
@@ -44,5 +40,3 @@ protected:
 public:
        CListCtrl m_list; /**< A list control for plugins. */   
 };
-
-#endif // _PLUGINS_LIST_DIALOG_H_