refactoring: removed unnecessary
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
|
||||
#include "dvm.h"
|
||||
#include "enddo_loop_converter.h"
|
||||
#include "../Utils/errors.h"
|
||||
#include "../Utils/utils.h"
|
||||
#include "../Utils/SgUtils.h"
|
||||
#include "errors.h"
|
||||
#include "utils.h"
|
||||
#include "SgUtils.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -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