Skip to content

Commit

Permalink
fix[merge conflicts]: renamed iFunctions -> runtimeFunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Jul 3, 2024
1 parent dfbbea9 commit 3fea67e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rtlib/calltree/DependencyMetadata.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#pragma once

#include "../DPUtils.hpp"
#include "../iFunctionsTypes.hpp"
#include "../runtimeFunctionsTypes.hpp"
#include "MetaDataQueueElement.hpp"

namespace __dp
Expand Down
2 changes: 1 addition & 1 deletion rtlib/calltree/MetaDataQueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "MetaDataQueue.hpp"

#include "../../share/include/timer.hpp"
#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

namespace __dp
{
Expand Down
2 changes: 1 addition & 1 deletion rtlib/calltree/MetaDataQueueElement.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "CallTreeNode.hpp"
#include <memory>
#include <boost/functional/hash.hpp>
#include "../iFunctionsTypes.hpp"
#include "../runtimeFunctionsTypes.hpp"

namespace __dp
{
Expand Down
2 changes: 1 addition & 1 deletion rtlib/calltree/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "utils.hpp"
#include "../../share/include/timer.hpp"
#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"
#include <iostream>

namespace __dp{
Expand Down

0 comments on commit 3fea67e

Please sign in to comment.