refactoring: removed unnecessary
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../Utils/errors.h"
|
||||
#include "errors.h"
|
||||
|
||||
void ConverToEndDo(SgFile *file, std::vector<Messages> &messagesForFile);
|
||||
std::vector<SgStatement*> createIfConditions(std::stack<SgExpression*>& conds, std::stack<SgStatement*>& ifBlocks, SgStatement *control);
|
||||
|
||||
Reference in New Issue
Block a user