Skip to content

Commit 2611019

Browse files
committed
Modify plugins to adhere to new include structure
1 parent d948007 commit 2611019

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tools/cage/CaGeDemoPlugin/CaGeDemoMD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef METACG_CGCOLLECTOR2_CAGEDEMOMD_h
77
#define METACG_CGCOLLECTOR2_CAGEDEMOMD_h
88

9-
#include "metadata/MetaData.h"
9+
#include "metacg/metadata/MetaData.h"
1010

1111
namespace clang {
1212
class FunctionDecl;

tools/cage/CaGeDemoPlugin/CaGeDemoPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "CaGeDemoMD.h"
88
#include "cage/interface/CaGePlugin.h"
99

10-
#include "Callgraph.h"
10+
#include "metacg/Callgraph.h"
1111

1212
/**
1313
* This Plugin showcases how to work with CaGe's Plugin interface and MetaCG's custom Metadata.

tools/cgcollector2/CGC2DemoPlugin/CGC2DemoMD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef METACG_CGCOLLECTOR2_CGC2DEMOMD_h
77
#define METACG_CGCOLLECTOR2_CGC2DEMOMD_h
88

9-
#include "metadata/MetaData.h"
9+
#include "metacg/metadata/MetaData.h"
1010

1111
namespace clang {
1212
class FunctionDecl;

tools/cgcollector2/CGC2DemoPlugin/CGC2DemoPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "CGC2DemoMD.h"
88
#include "cgcollector2/interface/CGC2Plugin.h"
99

10-
#include "Callgraph.h"
10+
#include "metacg/Callgraph.h"
1111

1212
/**
1313
* This Plugin showcases how to work with CGC2's Plugin interface and MetaCG's custom Metadata.

0 commit comments

Comments
 (0)