sync with trunk (r46275)
[reactos.git] / base / applications / network / telnet / src / ansiprsr.h
index a8396d2..bd2ccc4 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __ANSIPRSR_H
-#define __ANSIPRSR_H
+#pragma once
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -81,5 +80,3 @@ public:
        char* ParseBuffer(char* pszBuffer, char* pszBufferEnd);
        static int StripBuffer(char* pszBuffer, char* pszBufferEnd, int width);
 };
-
-#endif