Fix some header #includes with clangd LSP (#1370)

Co-authored-by: ISSOtm <[email protected]>
This commit is contained in:
Sylvie
2024-03-21 15:13:10 -04:00
committed by GitHub
co-authored by ISSOtm
parent 32b4a6f284
commit 0300971a17
8 changed files with 17 additions and 21 deletions
+1 -2
View File
@@ -12,9 +12,8 @@
#include <stdlib.h>
#include <string.h>
#include "error.hpp"
#include "asm/fstack.hpp"
#include "asm/lexer.hpp"
#include "asm/main.hpp"
#include "asm/output.hpp"
#include "asm/rpn.hpp"