refactoring: removed unnecessary
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
|
||||
#include "dvm.h"
|
||||
#include "verifications.h"
|
||||
#include "../Utils/errors.h"
|
||||
#include "errors.h"
|
||||
#include "../ParallelizationRegions/ParRegions.h"
|
||||
|
||||
#include "../GraphCall/graph_calls_func.h"
|
||||
#include "graph_calls_func.h"
|
||||
|
||||
using std::vector;
|
||||
using std::string;
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
|
||||
#include "dvm.h"
|
||||
#include "verifications.h"
|
||||
#include "../Utils/utils.h"
|
||||
#include "../Utils/SgUtils.h"
|
||||
#include "../Utils/errors.h"
|
||||
#include "utils.h"
|
||||
#include "SgUtils.h"
|
||||
#include "errors.h"
|
||||
#include "../Distribution/DvmhDirective.h"
|
||||
|
||||
using std::vector;
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
#include "verifications.h"
|
||||
|
||||
#include "../ParallelizationRegions/ParRegions.h"
|
||||
#include "../Utils/utils.h"
|
||||
#include "../Utils/SgUtils.h"
|
||||
#include "../Utils/errors.h"
|
||||
#include "utils.h"
|
||||
#include "SgUtils.h"
|
||||
#include "errors.h"
|
||||
|
||||
using std::vector;
|
||||
using std::map;
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
|
||||
#include "dvm.h"
|
||||
#include "verifications.h"
|
||||
#include "../Utils/utils.h"
|
||||
#include "../Utils/errors.h"
|
||||
#include "utils.h"
|
||||
#include "errors.h"
|
||||
|
||||
int VerifyFile(SgFile *file)
|
||||
{
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include "dvm.h"
|
||||
#include "../Utils/errors.h"
|
||||
#include "errors.h"
|
||||
|
||||
#include "../ParallelizationRegions/ParRegions.h"
|
||||
#include "../ParallelizationRegions/ParRegions_func.h"
|
||||
#include "../Utils/CommonBlock.h"
|
||||
#include "CommonBlock.h"
|
||||
|
||||
struct Function
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user