aboutsummaryrefslogtreecommitdiff
path: root/include/lexer
diff options
context:
space:
mode:
Diffstat (limited to 'include/lexer')
-rw-r--r--include/lexer/lexer.hpp (renamed from include/lexer/lexer.h)2
-rw-r--r--include/lexer/token.hpp (renamed from include/lexer/token.h)2
-rw-r--r--include/lexer/token_type.hpp (renamed from include/lexer/token_type.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/include/lexer/lexer.h b/include/lexer/lexer.hpp
index f24e92e..2c165b6 100644
--- a/include/lexer/lexer.h
+++ b/include/lexer/lexer.hpp
@@ -1,7 +1,7 @@
#ifndef LEXER_H
#define LEXER_H
-#include "token.h"
+#include "token.hpp"
#include <vector>
#include <string>
diff --git a/include/lexer/token.h b/include/lexer/token.hpp
index 54ac116..86a41f6 100644
--- a/include/lexer/token.h
+++ b/include/lexer/token.hpp
@@ -1,7 +1,7 @@
#ifndef TOKEN_H
#define TOKEN_H
-#include "token_type.h"
+#include "token_type.hpp"
#include <string>
diff --git a/include/lexer/token_type.h b/include/lexer/token_type.hpp
index f83c6d6..f83c6d6 100644
--- a/include/lexer/token_type.h
+++ b/include/lexer/token_type.hpp