refactoring: removed unnecessary
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "loops_unrolling.h"
|
||||
|
||||
#include "../LoopAnalyzer/loop_analyzer.h"
|
||||
#include "../Utils/errors.h"
|
||||
#include "../GraphLoop/graph_loops_func.h"
|
||||
#include "errors.h"
|
||||
#include "graph_loops_func.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "dvm.h"
|
||||
#include "../GraphLoop/graph_loops.h"
|
||||
#include "graph_loops.h"
|
||||
#include <vector>
|
||||
|
||||
int unrollLoops(SgFile* file, std::vector<LoopGraph*>& loopGraph, std::vector<Messages>& messages);
|
||||
Reference in New Issue
Block a user