- Move from using include guards to pragma once.
[reactos.git] / reactos / base / applications / network / telnet / src / tparser.h
index 143649f..7356d4b 100644 (file)
@@ -10,8 +10,7 @@
 //   - An Init() function, which will re-initialize the parser when
 //     necessary.
 
-#ifndef __TPARSER_H
-#define __TPARSER_H
+#pragma once
 
 #include "tconsole.h"
 #include "keytrans.h"
@@ -45,5 +44,3 @@ protected:
        TNetwork &Network;
        TCharmap &Charmap;
 };
-
-#endif