refactor: non-generated files: .hh -> .h (2)

This commit is contained in:
Eatswap 2022-12-12 11:00:55 +08:00
parent f0a68d5eb7
commit 72a5daf94a
Signed by: Eatswap
GPG Key ID: BE661106A1F3FA0B
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#ifndef __DRAGON_LISP_DRIVER_HH__ #ifndef __DRAGON_LISP_DRIVER_H__
#define __DRAGON_LISP_DRIVER_HH__ #define __DRAGON_LISP_DRIVER_H__
#include <string> #include <string>
#include <istream> #include <istream>
@ -28,4 +28,4 @@ private:
} // end namespace DragonLisp } // end namespace DragonLisp
#endif // __DRAGON_LISP_DRIVER_HH__ #endif // __DRAGON_LISP_DRIVER_H__

View File

@ -1,5 +1,5 @@
#ifndef __DRAGON_LISP_SCANNER_HH__ #ifndef __DRAGON_LISP_SCANNER_H__
#define __DRAGON_LISP_SCANNER_HH__ #define __DRAGON_LISP_SCANNER_H__
#ifndef yyFlexLexerOnce #ifndef yyFlexLexerOnce
#include <FlexLexer.h> #include <FlexLexer.h>
@ -32,4 +32,4 @@ public:
} // end namespace DragonLisp } // end namespace DragonLisp
#endif // __DRAGON_LISP_SCANNER_HH__ #endif // __DRAGON_LISP_SCANNER_H__