Create a branch for header work.
[reactos.git] / base / applications / network / telnet / src / tscript.h
index f9626bf..1015b1f 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __TSCRIPT_H
-#define __TSCRIPT_H
+#pragma once
 
 #include <windows.h>
 #include <stdio.h>
@@ -16,5 +15,3 @@ private:
        char *script;
        TNetwork &Network;
 };
-
-#endif