- Move from using include guards to pragma once.
[reactos.git] / reactos / base / applications / network / telnet / src / tnmain.h
index 526742c..930b9b1 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __TNMAIN_H
-#define __TNMAIN_H
+#pragma once
 
 #include <stdlib.h>
 #include <process.h>
@@ -15,5 +14,3 @@ struct cmdHistory {
        struct cmdHistory *next;
        struct cmdHistory *prev;
 };
-
-#endif