Create a branch for header work.
[reactos.git] / base / applications / network / telnet / src / tnclip.h
index cd20c30..bca147f 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __TNCLIP_H
-#define __TNCLIP_H
+#pragma once
 
 #include <windows.h>
 #include "tnetwork.h"
@@ -16,5 +15,3 @@ public:
        void Copy(HGLOBAL clipboard_data);
        void Paste();
 };
-
-#endif