Skip to content

Commit

Permalink
[compiler/luci] Export SummaryBuilder headers for external use
Browse files Browse the repository at this point in the history
It moves SummaryBuilder header file to include directory for
reuse in other modules.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
  • Loading branch information
batcheu committed Dec 16, 2024
1 parent 42dec16 commit 9f8cfab
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions compiler/luci/logex/src/CircleNodeSummaryBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#include "CircleNodeSummaryBuilder.h"
#include "CircleNodeSummaryBuilders.h"
#include "luci/CircleNodeSummaryBuilder.h"
#include "luci/CircleNodeSummaryBuilders.h"

#include <luci/IR/CircleDialect.h>

Expand Down
2 changes: 1 addition & 1 deletion compiler/luci/logex/src/CircleNodeSummaryBuilder.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "CircleNodeSummaryBuilder.h"
#include "luci/CircleNodeSummaryBuilder.h"

#include <luci/IR/CircleNodes.h>
#include <locop/NodeSummary.h>
Expand Down
2 changes: 1 addition & 1 deletion compiler/luci/logex/src/CircleNodeSummaryBuilders.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "CircleNodeSummaryBuilders.h"
#include "luci/CircleNodeSummaryBuilders.h"

#include <luci/IR/CircleNode.h>
#include <luci/IR/CircleNodes.h>
Expand Down
2 changes: 1 addition & 1 deletion compiler/luci/logex/src/FormattedGraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "CircleNodeSummaryBuilder.h"
#include "luci/CircleNodeSummaryBuilder.h"
#include "luci/FormattedGraph.h"

#include <luci/IR/CircleDialect.h>
Expand Down

0 comments on commit 9f8cfab

Please sign in to comment.